Re: EXPORT DATA

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




First of all, check the PostgreSQL docs on loading data - there may be a native method you can call. Otherwise you normally export Excel to a .csv file and import that.

How?

Never done it, but how about a combination of fgetcsv() and pg_copy() or pg_insert()? There may be a tool out there on the web, have you googled for "postgresql import excel"?

HTH - Miles Thompson

At 12:20 AM 12/14/2005, Aftab Alam wrote:
Hi all,

How can i export excel data to PostgresSQL using PHP.

regards
aftab

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux