Thread: hello
sir, i want a jdbc code for converting Microsoft excel file to postgre database.awating your reply soon. �@�@�@�@�@�@�@�@�@�@�@�@�@�@J.M.praveen�@�@�@�@�@ __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com
Hi, Can you be more specific as to what you are looking for. There isn't really a bridge between excel, and jdbc, and postgres. Dave -----Original Message----- From: pgsql-jdbc-owner@postgresql.org [mailto:pgsql-jdbc-owner@postgresql.org] On Behalf Of praveen j.m Sent: October 26, 2001 2:12 AM To: pgsql-jdbc@postgresql.org Subject: [JDBC] hello sir, i want a jdbc code for converting Microsoft excel file to postgre database.awating your reply soon. @@@@@@@@@@@@@@J.M.praveen@@@@@ __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster
If you are trying to do a single load of information from excel to PostgreSQL, you're probably better off just saving the excel sheet to a delimited file & then using "copy" to get it into PostgreSQL. A real link would be quite a task using JDBC. Is it possible that you're thinking of ODBC? -Nick -------------------------------------------------------------------------- Nick Fankhauser nickf@ontko.com Phone 1.765.935.4283 Fax 1.765.962.9788 Ray Ontko & Co. Software Consulting Services http://www.ontko.com/ > -----Original Message----- > From: pgsql-jdbc-owner@postgresql.org > [mailto:pgsql-jdbc-owner@postgresql.org]On Behalf Of praveen j.m > Sent: Friday, October 26, 2001 1:12 AM > To: pgsql-jdbc@postgresql.org > Subject: [JDBC] hello > > > sir, > i want a jdbc code for converting Microsoft excel > file to postgre database.awating your reply soon. > @@@@@@@@@@@@@@J.M.praveen@@@@@ > > __________________________________________________ > Do You Yahoo!? > Make a great connection at Yahoo! Personals. > http://personals.yahoo.com > > ---------------------------(end of broadcast)--------------------------- > TIP 4: Don't 'kill -9' the postmaster >
If you already have a Java interface to your PostgreSQl database, and you want to transfer data from MSExcel, you may check this: www-106.ibm.com/developerworks/java/library/jw-javatip77.html?dwzone=java -----Original Message----- From: praveen j.m <pavi_pj@yahoo.com> To: pgsql-jdbc@postgresql.org <pgsql-jdbc@postgresql.org> Date: Monday, October 29, 2001 11:02 AM Subject: [JDBC] hello >sir, > i want a jdbc code for converting Microsoft excel >file to postgre database.awating your reply soon. >@@@@@@@@@@@@@@J.M.praveen@@@@@ > >__________________________________________________ >Do You Yahoo!? >Make a great connection at Yahoo! Personals. >http://personals.yahoo.com > >---------------------------(end of broadcast)--------------------------- >TIP 4: Don't 'kill -9' the postmaster