Re: export from postgres into dbf

From: Amit_Wadhwa(at)Dell(dot)com
To: cristi(at)dmhi(dot)ct(dot)ro, pgsql-novice(at)postgresql(dot)org
Subject: Re: export from postgres into dbf
Date: 2003-03-11 19:31:13
Message-ID: D84C5C69F2723B43BD7AAFA63D4012BA605505@blrx2kmbgl101.blr.amer.dell.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

if you have jdbc drivers for both of them,
then just select from the postgres using a jdbc driver for postgre,
and manipulate the code within java to change datatype if necessary
and then simply insert the code into a foxpro table using a foxpro jdbc-odbc
bridge or a regular jdbc foxpro driver (if available)or something.

-----Original Message-----
From: cristi [mailto:cristi(at)dmhi(dot)ct(dot)ro]
Sent: Monday, March 10, 2003 4:59 PM
To: pgsql-novice(at)postgresql(dot)org
Subject: [NOVICE] export from postgres into dbf

I want to export a table from postgres into fox (foxpro 2.6) format using
jdbc.
Has somebody an example of java code who can do that?

Thanks!

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html

Browse pgsql-novice by date

  From Date Subject
Next Message scott.marlowe 2003-03-11 20:27:56 Re: General Performance questions
Previous Message David C.Oshel 2003-03-11 19:31:00 Apple's Java 1.4.1 seems to have broken DBVisualizer?