Table of Contents

Check List

Migration from Sybase ASE

  1. 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