Features, limitations and notes on this release:
- Connector/ODBC 5.0 is Unicode aware. 
- Connector/ODBC is currently limited to basic applications. ADO applications and Microsoft Office are not supported. 
- Connector/ODBC must be used with a Driver Manager. 
- The following ODBC API functions are implemented: - SQLAllocHandle
- SQLCloseCursor
- SQLColAttribute
- SQLColumns
- SQLConnect
- SQLCopyDesc
- SQLDisconnect
- SQLExecDirect
- SQLExecute
- SQLFetch
- SQLFreeHandle
- SQLFreeStmt
- SQLGetConnectAttr
- SQLGetData
- SQLGetDescField
- SQLGetDescRec
- SQLGetDiagField
- SQLGetDiagRec
- SQLGetEnvAttr
- SQLGetFunctions
- SQLGetStmtAttr
- SQLGetTypeInfo
- SQLNumResultCols
- SQLPrepare
- SQLRowcount
- SQLTables
 - The following ODBC API function are implemented, but not yet support all the available attributes/options: - SQLSetConnectAttr
- SQLSetDescField
- SQLSetDescRec
- SQLSetEnvAttr
- SQLSetStmtAttr