ODBC_AllocEnvironment ()
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);
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.