[JDBC] JDBC Connection Pooling

2001-09-26 Thread jcooney
Does the 7.1-1.3 driver availalble on fastcrypt support JDBC 2.0 driver based connection pooling? I'm more than willing to look up the answer to this myself if someone can point be towards some technical documentation. Thanks, jc Jack Cooney Senior Consultant MONTAGE.DMC eBusiness Services

[JDBC] OS version for driver

2001-09-26 Thread Mihai Gheorghiu
The most recent driver on jdbc.fastcrypt.com is 9/24; it is compiled on RH7.0 The most recent rpm for PG is 8/17, compiled on RH7.1. Is there a location where I can find it compiled on RH7.1 (and Sun jdk1.3)? ---(end of broadcast)--- TIP 4: Don't

Re: [JDBC] OS version for driver

2001-09-26 Thread Mihai Gheorghiu
Thanks, everybody! -Original Message- From: Barry Lind [EMAIL PROTECTED] To: Mihai Gheorghiu [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Wednesday, September 26, 2001 2:38 PM Subject: Re: OS version for driver The jdbc driver is OS independent. It doesn't matter

[JDBC] connection error

2001-09-26 Thread Russ McBride
Hi, I've registered by driver with the drive manager, but I can't get a connection. Does anyone know what this error means: No pg-hba.conf entry for host 169.254.23.69 user: postgres database: testdb best, Russ ---(end of broadcast)--- TIP

Re: [JDBC] sequences in JDBC

2001-09-26 Thread Dave Harkness
At 01:47 PM 9/26/2001, Nick Fankhauser wrote: I'm trying to use a sequence via JDBC, but I'm having a problem. The prepared statement I'm using looks like this: final String address_lineInsert = insert into address_line( address_id, address_line_id, address_line_text) values (?,?,?); The

Re: [JDBC] OS version for driver

2001-09-26 Thread Dave Cramer
Mihai, The jdk is sun's jdk, and it should work on any platform Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Mihai Gheorghiu Sent: September 26, 2001 12:45 PM To: [EMAIL PROTECTED] Subject: [JDBC] OS version for driver The most recent driver

Re: [JDBC] JDBC Connection Pooling

2001-09-26 Thread Dave Cramer
Jack, No, it does not include connection pooling, there are quite a few readily availble connection pools out there Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of jcooney Sent: September 26, 2001 10:55 AM To: [EMAIL PROTECTED] Subject: [JDBC]

Re: [JDBC] JDBC Connection Pooling

2001-09-26 Thread Barry Lind
No it does not. thanks, --Barry jcooney wrote: Does the 7.1-1.3 driver availalble on fastcrypt support JDBC 2.0 driver based connection pooling? I'm more than willing to look up the answer to this myself if someone can point be towards some technical documentation. Thanks, jc

Re: [JDBC] OS version for driver

2001-09-26 Thread Barry Lind
The jdbc driver is OS independent. It doesn't matter which platform the driver is compiled on, it will run on any platform that supports a java runtime. As far as jdk1.2 vs jdk1.3 goes, a driver compiled by a 1.2 jdk will work fine under jdk1.3. The code is identical for these two jdk