| 
      
      
      From: Ignacio J. O. <na...@si...> - 2002-11-05 22:16:38
      
     | 
| The attached patch solves a conformance problem for the SQLGetInfo
element SQL_IDENTIFIER_QUOTE_CHAR when using Dialect 1 databases, the
Spec says :
8<------------------------------------------- 
SQL_IDENTIFIER_QUOTE_CHAR (ODBC 1.0)
The character string used as the starting and ending delimiter of a
quoted (delimited) identifier in SQL statements. (Identifiers passed as
arguments to ODBC functions do not need to be quoted.) If the data
source does not support quoted identifiers, a blank is returned.
8<------------------------------------------- 
Now the OdbcJdbc Driver is returning a empty ("") string as value for
the element for a Dialect 1 database, this is wrong, most Tools failed
to link tables with this patch will solve most of them ( i ve tested
with  Access97 myself )
Saludos, 
Ignacio J. Ortega 
 |