Functions, Globals and Defines |
Namespace: VOSQLClasses
The Functions type exposes the following members.
Name | Description | |
---|---|---|
DToCSQL | Convert a date to a string in "YYYY-MM-DD" format | |
MakeTimeStamp | Convert a date and seconds to a timestamp string in "YYYY-MM-DD HH:MM:SS.NNN" format | |
SQLConnectErrorMsg |
Return and optionally change the setting that determines whether to display connection error messages.
| |
SqlDeleteWhiteSpace | **Missing documentation ** | |
SQLDropMyConnection |
Disconnect the ODBC data source.
| |
SQLGetDataSources |
Identify the available ODBC data sources.
| |
SQLGetMyConnection |
Connect to the ODBC source specified.
| |
SqlIsBinaryType | Helper function to determine if an ODBC type is Binary | |
SqlIsCharType | Helper function to determine if an ODBC type is Character | |
SqlIsLongType | Helper function to determine if an ODBC type is Long (BLOB, MEMO etc) | |
SQLOpenConnection |
Connect to a list of ODBC sources.
| |
SQLSetConnection |
Return and optionally change the default SQL connection.
| |
SqlSetStmtConcurrency |
Return and optionally change the default concurrency mode for SQLSelect objects
| |
SqlSetStmtCursorType |
Return and optionally change the default cursor type used by for SQLSelect objects
| |
SqlSetStmtSimulateCursor |
Return and optionally change the default cursor simulation mode used by for SQLSelect objects
|