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

ODBC Functions in VB


The following functions are for data access.

Function
Purpose
For More Information

SQLClose

Closes a data source connection

SQLClose Function

SQLError

Returns a detailed error message (ODBC functions)

SQLError Function

SQLExecQuery

Executes a SQL statement

SQLExecQuery Function

SQLGetSchema

Obtains information about data sources, databases, terminology, users, owners, tables, and columns

SQLGetSchema Function

SQLOpen

Establishes a connection to a data source for use by other functions

SQLOpen Function

SQLRequest

Makes a connection to a data source, executes a SQL statement, returns the results

SQLRequest Function

SQLRetrieve

Returns the results of a select statement that was executed by SQLExecQuery into a user-provided array

SQLRetrieve Function

SQLRetrieveToFile

Returns the results of a select statement that was executed by SQLExecQuery into a user-specified file

SQLRetrieveToFile Function

Siebel VB Language Reference Copyright © 2006, Oracle. All rights reserved.