ODBCOpen

ODBCOpen opens an ODBC data source for output.

This function is valid in TurboIntegrator processes only.

Syntax

ODBCOpen(Source, ClientName, Password);

Argument

Description

Source

An ODBC data source name.

ClientName

A valid client on the data source.

Password

A password for the ClientName.

Example

ODBCOpen('Accounting', 'Jdoe', 'Bstone');

This example opens the Accounting ODBC data source for the Jdoe client using the password Bstone.