Functions Accepting String Parameters

All functions that take string parameters will be converted to Unicode. (The "W" form of the function will be exported.) Count of bytes is converted to count of characters for those applicable ODBC APIs. This applies to the following functions:

  • SQLConnect

  • SQLDriverConnect

  • SQLColAttributes

  • SQLDescribeCol

  • SQLError (replaced by SQLGetDiagField)

  • SQLExecDirect

  • SQLGetCursorName

  • SQLSetCursorName

  • SQLGetStmtAttr

  • SQLGetInfo

  • SQLGetStmtOption (becomes SQLGetStmtAttr)

  • SQLSetStmtOption (becomes SQLSetStmtAttr)

  • SQLGetConnectOption

  • SQLSetConnectOption

  • SQLGetTypeInfo

  • SQLStatistics

  • SQLTables

  • SQLNativeSQL

  • SQLSpecialColumns

  • ConfigDSNEx

  • ConfigDSN