Siebel VB Language Reference > Quick Reference: Statements and Functions >

ODBC


The following functions are for data access.

Function
Purpose
For More Information
SQLClose
Closes a data source connection
SQLError
Returns a detailed error message (ODBC functions)
SQLExecQuery
Executes a SQL statement
SQLGetSchema
Obtains information about data sources, databases, terminology, users, owners, tables, and columns
SQLOpen
Establishes a connection to a data source for use by other functions
SQLRequest
Makes a connection to a data source, executes a SQL statement, returns the results
SQLRetrieve
Returns the results of a select statement that was executed by SQLExecQuery into a user-provided array
SQLRetrieveToFile
Returns the results of a select statement that was executed by SQLExecQuery into a user-specified file


 Siebel VB Language Reference
 Published: 18 June 2003