Product: AcuXDBC
Module: AcuXDBC
Machines Affected: all
DESCRIPTION:
AcuXDBC has been upgraded to support ODBC version 3.
This means you can use applications that require ODBC version 3 to access your Vision data. This version provides the following
new functions:
- SQLCopyDesc - copies descriptor information from one descriptor handle to another.
- SQLGetDescField - returns the current setting or value of a single field of a descriptor record.
- SQLGetDescRec - returns the current settings or values of multiple fields of a descriptor record. The fields returned describe the name,
data type, and storage of column or parameter data.
- SQLSetDescField - sets the value of a single field of a descriptor record.
- SQLSetDescRec - function sets multiple descriptor fields that affect the data type and buffer bound to a column or parameter data.