RE: JDBC help

Поиск
Список
Период
Сортировка
От Peter Mount
Тема RE: JDBC help
Дата
Msg-id 1B3D5E532D18D311861A00600865478CF1B483@exchange1.nt.maidstone.gov.uk
обсуждение исходный текст
Ответ на JDBC help  (stuart hodgkinson <stuart@toasted-alien.freeserve.co.uk>)
Список pgsql-interfaces
Which version of jdbc driver are you using?

Versions 6.5.x and earlier used postgresql.Driver but from 7.0 it's now
org.postgresql.Driver

If that's not the problem, how about trying either:

* Put postgresql.jar into the jre's lib/ext directory
* Try the IE applet hack of not calling DriverManager but postgresql.Driver
directly

Peter

-- 
Peter Mount
Enterprise Support Officer, Maidstone Borough Council
Email: petermount@maidstone.gov.uk
WWW: http://www.maidstone.gov.uk
All views expressed within this email are not the views of Maidstone Borough
Council


-----Original Message-----
From: stuart hodgkinson [mailto:stuart@toasted-alien.freeserve.co.uk]
Sent: Thursday, October 26, 2000 1:56 PM
To: pgsql-interfaces@postgresql.org
Subject: [INTERFACES] JDBC help


Im having problems with visual J++ 6.0 (yeah it scabby but i have to use
it). I've included the postgresql.jar file in the class path but it fails on
the Class.forName("postgresql.Driver"); bit, what have I missed out? or is
there some strange microshaft issue. Can anyone recommend a windows based
java compiler that works well with postgres? urls infor appricaited!
Stoo




_______________________________________________________________________
FSmail - Get your free web-based email from Freeserve: www.fsmail.net





В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Peter Mount
Дата:
Сообщение: RE: JDBC DRIVER
Следующее
От: Philip Warner
Дата:
Сообщение: Re: signals in ODBC?