SIMPOL Documentation

ODBC Errors

Error NumberErrorDescription
950ODBC errorAn ODBC error has occurred. Check the odbc1error object for specific information relating to the error.
951Not connectedYou may have attempted to do something that requires a successful ODBC connection. This can happen if you attempt to do ODBC operations after having attempted and failed to connect to a data source, but failed to check for success.
952Already connectedYou have attempted to connect to an ODBC data source using an object that is already connected.
953Type not supportedThe data type that you have attempted to pass to the ODBC data source is not supported.
954No length givenA function that requires a length parameter was not provided one.