* Jason van Zyl <[EMAIL PROTECTED]> wrote:
|
| Jerome,
| 
| Do you think you could send me any of your patched postgres drivers that you
| know work? I'd like to include the patched driver in the TDK to try and
| prevent as many problems as possible.

I don't think it is a good idea to include a patched postgresql driver 
in the TDK. That will only increase confusion. You need different drivers
depending on the version of your postgresql database and there is in addition
different drivers for JDBC1 and JDBC2. 

The JDBC driver in PostgreSQL 7.2 will have support for binary datatypes 
that is more similar do other databases. 7.2 will go beta very soon and
you can grab and test the new driver from the CVS repo on postgresql.org.

| 
| Has anyone else tried the other postgres JDBC driver. I can't remember the
| name but it's on sourceforge isn't it?

http://sourceforge.net/projects/jxdbcon/

I haven't tested it, as it is still in alpha. But the architecture looks kind 
of nice. It includes both a Type 4 driver and a Type 2 driver using libpq.
  
-- 
Gunnar R�nning - [EMAIL PROTECTED]
Senior Consultant, Polygnosis AS, http://www.polygnosis.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to