Programming Guide |
Checks if the ODBC datasource preserves the cursor on a commit or rollback
int dm_odb_preserves_cursor(void);
- 1 Datasource preserves cursor on both a commit and a rollback.
dm_odb_preserves_cursor
checks to see whether the ODBC datasource preserves the cursor on a commit or a rollback. Unless the datasource is ascertained to preserve the cursor on both operations, this routine returns that the cursor is not preserved.