Re: [JDBC] RE: [GENERAL] JBuilder4 JDBC Explorer

2001-04-05 Thread Heather Grace
>>The newer 7.1 driver does not suffer from this problem Can you tell me where to download this driver or post it here? I haven't received a response to my previous post about where to download the driver from. There are no links on the following page: http://jdbc.postgresql.org/download for

[JDBC] WG: JDBC 2.0 Scrollable Result Sets -- Slightly going mad --

2001-04-05 Thread Knud Alex Mueller
-Ursprüngliche Nachricht- Von: kalexm [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 5. April 2001 18:31 An: [EMAIL PROTECTED] Betreff: JDBC 2.0 Scrollable Result Sets -- Slightly going mad -- Hi, I'm new in the List. Hopefully Im at the right place for my question. We use Tomcat 3.

[JDBC] Help for java

2001-04-05 Thread Gabriel García
I need help about connections Java program to Postgres databases, I have installed both, but I can't connect the database. _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com ---(end of broa

[JDBC] JDBC 2.0 Scrollable Result Sets -- Slightly going mad --

2001-04-05 Thread kalexm
Hi, I'm new in the List. Hopefully Im at the right place for my question. We use Tomcat 3.2., J2EE and J2SE on RedHat 7 We Set up a Postgres 7.0.3 with jdbc7.0-1.2.jar. Classpath is correct. The Code looks like that Class.forName(context.getInitParameter("ClassForName"));

[JDBC] Unicode support

2001-04-05 Thread Raghunath T
Hi , I need to insert japanese text into a postgresql 7.0.2 database with UNICODE encoding. Please tell me how to go about it. The setUnicodeStream method of prepared statement doesn't work. It seems we have to apply a jdbc-charset.patch as I understand from some of the mails p