Re: [JDBC] newbie question: loading the jdbc driver & connecting to my db

2001-09-17 Thread Nick Fankhauser
Russ- > My connection window gives me the option of specifying the name of my > driver. When I type in > > postgresql.jar > I'm not sure if this will solve it, but I'd guess that when your application asks for the name of the drivers, it is looking for the class, not the jar file, so your res

Re: [JDBC] newbie question: loading the jdbc driver & connecting to my

2001-09-17 Thread Justin Clift
Hi Russ, Are you using a JDBC driver which you've compiled yourself (using an SDK and Ant) or one you've gotten from elsewhere? I've found compiling your own to generally be the best solution. That might do the trick. ??? Regards and best wishes, Justin Clift Russ McBride wrote: > > I can