| 
      
      
      From: Ignacio J. O. <na...@si...> - 2002-11-21 17:18:30
      
     | 
| Paul, i'm about to commit the patch commented below, any problems? it's
ok for you?
Saludos, 
Ignacio J. Ortega 
> -----Original Message-----
> From: fir...@li...
> [mailto:fir...@li...]On Behalf Of
> Ignacio J. Ortega
> Sent: Tuesday, November 05, 2002 11:21 PM
> To: 'fir...@li...'
> Subject: [Firebird-odbc-devel] [Patch] SQL_IDENTIFIER_QUOTE_CHAR
> problems when using Dialect 1 databases
> 
> 
> 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 
> 
 |