|
From: Vladimir T. <pr...@hm...> - 2006-06-04 11:38:34
|
Hi Bill,
> SQL_SERVER_NAME
> intersolv: {actual computer name}
> odbcjdbc: 'Firebird Server'
> Returns actual computer name instead of 'Firebird Server' is more useful.
Agree. Sorry, I wrongly treated:
=================
SQL_SERVER_NAME
(ODBC 1.0) A character string with the actual data source - specific server
name; useful when a data source name is used during SQLConnect,
SQLDriverConnect, and SQLBrowseConnect. =================
>
> SQL_DBMS_NAME
> intersolv: 'InterBase'
> odbcjdbc: 'Firebird 2.0 Release Candidate 2'
> I think just 'InterBase' or 'Firebird' alone is ok, but the part '2.0
Release
> Candidate 2' should be and already part of SQL_DBMS_VER.
Well, to show only first word 'Firebird'.
>
> SQL_DBMS_VER
> intersolv: 'WI-T2.0.0.12654 Firebird 2.0 Release Candidate 2'
> odbcjdbc: '06.03.12654 WI-T Firebird 2.0 Release Candidate 2'
> I examined fbserver.exe and found 'WI-T2.0.0.12654 Firebird 2.0 Release
> Candidate 2', so yours may be incorrect.
One moment, please. See help:
==================
SQL_DBMS_VER
(ODBC 1.0) A character string indicating the version of the DBMS product
accessed by the driver. The version is of the form ##.##.####, where the
first two digits are the major version, the next two digits are the minor
version, and the last four digits are the release version. The driver must
render the DBMS product version in this form, but can also append the DBMS
product-specific version as well. For example, "04.01.0000 Rdb 4.1".
==================
> I think odbcjdbc v2.0 is really good, although it contains some minor bugs
but
> there are workarounds.
Thanks! :-)
CVS changed.
About new build 2.0.0132 I shall inform in addition.
--
Best regards,
Vladimir Tsvigun
|