Thread: ODBC Questions

ODBC Questions

From
José Carlos Faial
Date:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,
I am not sure if my questions belong to the scope of this list. But, if
somebody can help me,  I need a 16 bits ODBC Driver for PostgreSQL. 
The problem is: my clients have a Windows 3.11 application (developed in
Delphi 1.0) and I want to migrate the access database to PostgreSQL
running in a Linux box.
Is there another solution? Where can I find the drivers?

________________________________________
Jose Carlos Faial - Network Manager
Registered Linux User #133319
E-mail: faial@intelectum.com.br


-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 6.0.2 for non-commercial use <http://www.pgp.com>

iQA/AwUBN8vV+YuTSrQ9LukdEQJb9QCcDvVivXt2AsJ5uBpddu/o+IyUjBEAoLi4
2dY9oWwq0cdMnrIokv/y/zIp
=mca+
-----END PGP SIGNATURE-----


Re: [INTERFACES] ODBC Questions

From
Rusty Brooks
Date:
On Tue, 31 Aug 1999, [iso-8859-1] Jos� Carlos Faial wrote:

==>I am not sure if my questions belong to the scope of this list. But, if
==>somebody can help me,  I need a 16 bits ODBC Driver for PostgreSQL. 
==>The problem is: my clients have a Windows 3.11 application (developed in
==>Delphi 1.0) and I want to migrate the access database to PostgreSQL
==>running in a Linux box.
==>Is there another solution? Where can I find the drivers?

Why not export/import as comma seperated data, so something similar?



Re: [INTERFACES] ODBC Questions

From
"Ken J. Wright"
Date:
>somebody can help me,  I need a 16 bits ODBC Driver for PostgreSQL. 
>The problem is: my clients have a Windows 3.11 application (developed in
>Delphi 1.0) and I want to migrate the access database to PostgreSQL
>running in a Linux box.
>Is there another solution? Where can I find the drivers?

If you're running the D1 app in win32(95/98/nt), you should be able to use
the current win32 odbc driver below, although personally I have not tried.
Could the app be simply re-compiled in d2-d4? Then your problems go away
completely ;-) Currently there is no 16 bit odbc driver.

Th driver can be found at:
ftp://ftp.postgresql.org/pub/odbc/psqlodbc_download.html

Cheers!

Ken