IDBInfo returns information about the keywords and literals a provider supports.
Method | Description |
GetKeywords | Returns a list of provider-specific keywords. |
GetLiteralInfo | Returns information about literals used in text commands and in ITableDefinition and IIndexDefiniton. |
Returns a list of provider-specific keywords. For information on how this interface is implemented, see the OLE DB Programmer’s Reference.
Returns information about literals used in text commands and in ITableDefinition. For information on how this interface is implemented, see the OLE DB Programmer’s Reference.
Note OLE DB version 1.1 and later supports only a single preceding escape character for SQL text. In order to escape SQL strings in this provider, you must enclose the string with square brackets ([ ]).