Re: [GENERAL] Java Studio Creator

2006-03-12 Thread Michael Schmidt
Bob, The JDBC drivers work fine for me - using PostgreSQL 8.1.3 and Windows XP.  From your error message, it looks like JDBC is on your classpath, which is good.  The connection string can be a little finicky.  There is a document on the PostgreSQL website that I found helpful in getting my

Re: [GENERAL] Java Studio Creator

2006-03-12 Thread Eric B. Ridge
On Mar 12, 2006, at 4:47 PM, Bob Pawley wrote: Hi I'm having trouble connecting the Postgresql JDBC drivers to Java Studio Creator. No matter which of the Postgresql drivers, for version 8.1, that I attempt for connection I continue to get an error message "wrong driver: org.postgresql.D

[GENERAL] Java Studio Creator

2006-03-12 Thread Bob Pawley
Hi   I'm having trouble connecting the Postgresql JDBC drivers to Java Studio Creator. No matter which of the Postgresql drivers, for version 8.1,  that I attempt for connection I continue to get an error message "wrong driver: org.postgresql.Driver for url: localhost"   I am trying to determ