| The following ODBC functions are used by USoft applications: ODBC Core functions 
| ODBC Core Functions |  
| SQLAllocEnv | SQLFreeEnv | SQLAllocConnect |  
| SQLFreeConnect | SQLConnect | SQLDisconnect |  
| SQLAllocStmt | SQLFreeStmt | SQLPrepare |  
| SQLSetParam | SQLBindCol | SQLExecute |  
| SQLExecDirect | SQLFetch | SQLTransact |  
| SQLError |   |   |  
| Level-1 Functions |  
| SQLGetConnectOption (SQL_AUTOCOMMIT) | SQLSetConnectOption (SQL_AUTOCOMMIT, Off) |  
| Level-1 Functions when available |  
| SQLDriverConnect | SQLSetConnectOption (SQL_LOGIN_TIMEOUT). |  
| Level-1 Functions when creating tables* |  
| SQLGetFunctions | SQLGetInfo |  
| SQLGetTypeInfo | SQLTables |  
| SQLColumns |   | * These functions are used by USoft Developer when creating application tables (either from within USoft Developer, or using CREAPP). |