IBProvider v2.3.1.1184
Fixed bugs
1. A columns description of PROVIDER_TYPES set. Now the set can be open through ADODB.Connection.OpenSchema(adSchemaProviderTypes).
2. TABLE_GUID type of TABLES and TABLES_INFO sets. DBTYPE_WSTR is replaced with DBTYPE_GUID.
3. The error in the realization of the connection setup dialogue, which leads to the fatal failure to Windows 98.
4. Error in the code of checking the description of the parameters of commands. The provider passed the incorrect use of OUT-parameters. In the debug version this was reason for the assertion failure [Version 2.3].
Added functionality
Specialized support of execution of DDL SQL-queries (CREATE, DROP and ALTER) is realized. Using new properties of initilization «auto_commit_ddl» and of session «Session AutoCommit DDL» you can set the mode of executing this command.
See also new properties «auto_commit_ddl_level» and «Session AutoCommit DDL Level«.
Provider determines the query category (DDL/DML) on the basis of text analysis without the additional queries to the database server.