Re: [JDBC] jdbc newbie question

2001-09-16 Thread Dave Cramer
Russ McBride Sent: September 16, 2001 9:55 PM To: [EMAIL PROTECTED] Subject: [JDBC] jdbc newbie question Hi guys, I've got a postgreSQL database setup and installed with jdbc, but I'm having trouble getting WebObjects to make a connection to the database. I'm getting a "no dr

[JDBC] jdbc newbie question

2001-09-16 Thread Russ McBride
Hi guys, I've got a postgreSQL database setup and installed with jdbc, but I'm having trouble getting WebObjects to make a connection to the database. I'm getting a "no driver detected" error message. I've tried to load up the driver using: java -Djdbc.drivers=org.postgeresql.Drver example.