This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
为将布尔值转换成字符串数据类型以显示字符串“True”或“False”,需调用 OLE DB Specification。当使用 ODBC 提供者时,如果基本 ODBC 驱动程序不支持 SQLDescribeParam,并且 OLE DB 用户没有指定参数类型,在参数类型为字符串时,ODBC 提供者将布尔参数转换成“-1”或“0”。为保证在不支持描述参数的 ODBC 驱动程序下进行正确地转换,OLE DB 用户应保持调用 SetParameterInfo 来指定参数类型。