Re: jdbc driver: Why it isn't jdbcCompliant?

Поиск
Список
Период
Сортировка
От Gunnar R|nning
Тема Re: jdbc driver: Why it isn't jdbcCompliant?
Дата
Msg-id x61z2lx7nh.fsf@thor.candleweb.no
обсуждение исходный текст
Ответ на jdbc driver: Why it isn't jdbcCompliant?  (Janossy Gergely <gjano@freemail.hu>)
Список pgsql-interfaces
Joseph Shraibman <jks@selectacast.net> writes:


Yes - your point being ? I think that you will find that most JDBC drivers
out there do not implement the spec. to the letter. But using good OO
design principles and adapters you can easily use a subset of the spec(plus
your favorite non SQL 92 database extensions) together with appropriate
adaptors to keep things fairly easy to port between databases. The four
databases that I know best Sybase ASE, PosgreSQL, Progress V9.1 and MySQL
do not fully implement the JDBC spec. But then again I think SQL 92 is the
same story...

Regards, 
Gunnar

> >From the Driver source code:

>   public boolean jdbcCompliant()
>   {
>     return false;
>   }


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

Предыдущее
От: Michael Meskes
Дата:
Сообщение: Re: importing from other dbases
Следующее
От: Viktor de Souza Spínola
Дата:
Сообщение: ODBC driver for Windows - Problems