Siebel VB Language Reference > Quick Reference for Siebel VB Methods > Error Handling Methods >

ODBC Quick Reference


The following table lists methods that you can use with ODBC.

Statement
Purpose
Reference

SQLClose

Disconnects from an ODBC data source connection.

ODBC Close Connection Method

SQLError

Returns a detailed error message for an error that occurs during an ODBC method call.

ODBC Get Errors Method

SQLExecQuery

Runs an SQL statement.

ODBC Run Query Method

SQLGetSchema

Gets information about data sources, databases, users, owners, and so on.

ODBC Get Schema Method

SQLOpen

Establishes a connection to an ODBC data source.

ODBC Open Connection Method

SQLRequest

Makes a connection to a data source, runs an SQL statement, returns the results.

ODBC Run Query and Get Results Method

SQLRetrieve

Returns the results of a select statement that SQLExecQuery runs.

ODBC Get Query Results Method

SQLRetrieveToFile

Gets the results of an SQL query and stores them in a file.

ODBC Save Results to File Method

Siebel VB Language Reference Copyright © 2015, Oracle and/or its affiliates. All rights reserved. Legal Notices.