|
   
Appendix
A . Function Sequence Differences
A.1
SQLRowCount
A.2
SQLGetCursorName
A. Function Sequence Differences
This appendix
lists differences in function sequences between the DBMaker ODBC API
and the Microsoft ODBC 3.0 API.
A.1 SQLRowCount
SQLRowCount
can be called in state S1, S2, and S3 successfully. No error will be
returned by DBMaker. ODBC 3.0 will return error S1010.
A.2 SQLGetCursorName
If you
call the SQLGetCursorName function before setting a cursor name with
the SQLSetCursorName function, DBMaker will not return error S1015 because
DBMaker automatically generates a cursor name after allocating a statement
handle.
   
|