|
What new in version 1.06
General changes :
1. Now directODBC will be released in two variants. Full the commercial version and the light version which has limitation on an amount of resulting fields.
The methods SqlVal, SqlQ and SqlSet cannot contain in the light version more than five resulting fields.
Code section changes :
1. New method Describe returns the result descriptorž? column name, type,
precision, scale, and nullability. 2. New method Tables returns the list of table names stored in a specific data source.
3. New method Columns returns the list of column names in specified tables.
4. Property Class.Error now may be only TRUE or FALSE. 5. New property Class.SqlCode. 6. New property Class.SqlState. 7. New property Class.Connected.
8. Group of methods SqlSet/SqlNext/SqlClose extended by the following methods Fetch_First, Fetch_Next , Fetch_Prior, Fetch_Last. Also see Class.BiDirect property.
9. Group of methods SqlVal/GetFeild enchanced the method GetData. 10. New Max_Rows property for method SqlQ. 11. New property FastB_Write & FastB_Read .
Template section changes :
1. The template set has been full rewritten.The names of calls were changed, it can cause some difficulties connected with translation of applications written with use of the old version.
With the purposes of compatibility the new version has other names of calls and does not cause a conflict with the old version.
2. The BETA version SqlDropBox And SqlComboBox is added.
3. All examples are completely rewritten on new variant templates. 4. ABC Template compatible added. |