Table of Contents
Check List
Migration from Sybase ASE
Migration from Progress
Check List
Migration from Sybase ASE
ODBC Driver Settings
Set UseCursor=1 (default is 0). If UseCursor=1 is specified, Sybase ODBC driver uses cursor to read data from tables, otherwise it reads the entire content of the table during SQLPrepare that can leads to “out of memory” errors for large tables.
Migration from Progress
ODBC Driver Settings
Set READ UNCOMMITTED for
"Default Isolation Level"