Re: [INTERFACES] JDBC postgresql.Driver
От | Peter T Mount |
---|---|
Тема | Re: [INTERFACES] JDBC postgresql.Driver |
Дата | |
Msg-id | Pine.LNX.4.04.9901210816230.14641-100000@taer.maidstone.gov.uk обсуждение исходный текст |
Ответ на | JDBC postgresql.Driver (David Giffin <david@agent911.com>) |
Список | pgsql-interfaces |
On Wed, 20 Jan 1999, David Giffin wrote: > > Hello, > > I'm trying out an O'Reilly java example on my Windows95 machine. I have > downloaded the precompiled version of postgresql.jar. But for some reason > the the complier doesn't recongize that the postgresql driver is there. > > --- > C:\WINDOWS\DESKTOP>javac -classpath c:\windows\desktop\postgresql.jar > ExecuteSQL > .java > ExecuteSQL.java:33: Undefined variable or class name: postgresql > Class.forName(postgresql.Driver); > ^ You missed out the quotes: > Class.forName("postgresql.Driver"); > Should I being calling the driver by a different name? I'm not sure what > is going on here? Just the quotes are missing. It should work fine from there. Peter -- Peter Mount, IT Section petermount@it.maidstone.gov.uk Anything I write here are my own views, and cannot be taken as being the official words of Maidstone Borough Council
В списке pgsql-interfaces по дате отправления: