Re: [JDBC] No Suitable Driver

2001-10-24 Thread Dave Cramer
= DriverManager.getConnection(jdbc:postgresql://hostname/testtest,test ); Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Guy McArthur Sent: October 24, 2001 7:13 PM To: [EMAIL PROTECTED] Subject: [JDBC] No Suitable Driver Hi, I'm trying to get a small test

[JDBC] no suitable driver

2001-09-11 Thread Nick Fankhauser
Hi- I am getting the error message no suitable driver from a Tomcat application that used to work. The change that I made to cause this is that I originally accessed my database on the same server, but decided to change the URL to point my application at a database residing on another server.

Re: [JDBC] no suitable driver

2001-09-11 Thread Michael Stephenson
Then I changed the dbUrl string to: private static final String dbUrl = jdbc:postgresql//wetwang.ontko.com/demo; Any thoughts about what I've done wrong here? This might not be the only problem, but your URL is missing a colon, should be: jdbc:postgresql://wetwang.ontko.com/demo

[JDBC] no suitable driver

2001-08-03 Thread Matthieu Guyonnet-Duluc
hi, i've this typical error, i've read some stuff about it but many concern applets, and my problem comes from a jsp page. i've the jar of distribution load from TOMCAT in it lib directory. before that i've the 'unable to load class...' Now that i pt the jar in tomcat/lib nad modify the

Re:RE: [JDBC] no suitable driver

2001-08-03 Thread Matthieu Guyonnet-Duluc
to diagnose with this much information Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Matthieu Guyonnet-Duluc Sent: August 3, 2001 5:38 AM To: [EMAIL PROTECTED] Subject: [JDBC] no suitable driver hi, i've this typical error, i've read some stuff about

RE: [JDBC] No suitable driver

2001-06-15 Thread Skidmore, Walt
Title: RE: [JDBC] No suitable driver Try passing the driver in the command line, like this: java -Djdbc.drivers=org.postgresql.Driver ... -Original Message- From: Peter Mezzina [mailto:[EMAIL PROTECTED]] Sent: Friday, June 15, 2001 2:58 PM To: [EMAIL PROTECTED] Subject: [JDBC