ODBC_AllocEnvironment

ODBC_AllocEnvironment — creates an ODBCEnvironment.

Synopsis

ODBC_AllocEnvironment ()

Description

This function is used to create an ODBCEnvironment class, the first step in creating an ODBC database. When you allocate the ODBC environment in your script, you can optionally specify the ODBC version that you want. To do this, give the version number (2 or 3) to ODBC_AllocEnvironment, like this: ODBC_AllocEnvironment(2);