![]() |
1
2
OLE DB本身具有与GetLiteralInfo方法的IDBInfo接口。其中的几条信息是dbliteral_quote_prefix和dbliteral_quote_suffix,这是您要查找的信息。如果您使用的提供程序公开了该接口,那么您应该能够通过ADO通过OpenSchema方法访问它。这个 SchemaEnum 包含adschemadbinfoliterals,它将返回包含所需信息的记录集。 |