Dear Friends,
Is possible to import data from MS Excel sheet into postgres database 7.3.4 running on Linux 7.2
Install the postgress ODBC drivers. Create a new access database. Create two linked tabels, one to a table in de database and one to the excel sheet. Use a insert into query to transfer the data.
-- Hans de Bruin
http://eratosthenes.xs4all.nl
---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match