detecting SQL system

Поиск
Список
Период
Сортировка
От John R Pierce
Тема detecting SQL system
Дата
Msg-id 025a01c4a13e$8459f9f0$0200a8c0@hogranch.com
обсуждение исходный текст
Ответ на Detecting SQL_ASCII databases  (Oliver Jowett <oliver@opencloud.com>)
Ответы Re: detecting SQL system
Список pgsql-jdbc
One of the Java developers in my group asked me today if there was any
reliable and portable way he could query JDBC to find out what database he
was connected to, Postgres vs Oracle vs TimesTen vs ???

So, I'm curious, are there any SQL standard methods of doing this?  Is the
information_schema any part of the standard, i.e. could we

SELECT character_value FROM information.schema.sql_implementation_info
    WHERE implementation_info_name = 'SERVER NAME';

?

Or do we have to poke around at each of these DBMS servers and figure out
whats unique about them ?


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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: Detecting SQL_ASCII databases
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: detecting SQL system