tags:

views:

45

answers:

0

I'm looking for a way in C# to determine the quote character for an ODBC connection. I'm trying to get it to work reliably to many different ODBC data sources without having to special case for individual ODBC drivers.

I'm familiar with the ODBC API SQLGetInfo from:

http://msdn.microsoft.com/en-us/library/ms711681%28VS.85%29.aspx

but I'm not sure how to use it.