Publish date: 2002-06-20
IBProvider v1.7.3.269
Updates
- Support of «/* */» comments in query text.
- Bringing of the property sets of the objects of provider into the correspondence with the OLE DB specification. If you work with provider directly, then verify your code of installation and reading of the properties.
- Correction of errors and inaccuracies.
Support of Client Cursor
Now you can modify the result set without using of SQL. So that, if you needed the support of methods of ADODB.Recordset — AddNew, Update, Delete, then now it is accessible through the service ADODB components.
Technical details
- Columns of result set contain DBCOLUMNFLAGS_WRITEUNKNOWN attribute
- The attribute, it was not enough 🙂
Restrictions
- Client Cursor Engine does not support arrays.
Debug tracing
For tracing of operations executing by provider the specially compiled version _IBProvider_td.dll exists. It is given through e-mail — write to [email protected]
New samples in distributive set
- Enumeration of all OLE DB providers and enumerators of data sources installed on computer.
- TIBGenManager — COM object for the work with generators of InterBase. It can be used both with ADODB and OLE DB components. Small but of full value example of making of user components for the work with data bases through OLE DB providers. Compiled unit is accessible for downloading and free using.
Publish date: 2002-06-20. Copyright: IBProvider. This material may be reproduced on other web sites, without written permission but link https://www.ibprovider.com/eng required.