SQLBase® Embedded Database
SQLBase 11 QuickStart
It is easy to take advantage of the performance and locking benefits in SQLBase 11. Follow the steps below and you
are ready for a SQLBase 11 jumpstart.
-
Change the isolation level of your cursors and session to Read Committed (RC). The new isolation level allows for maximum
database concurrency.
-
Make sure your applications are using the new SQLBase 11 client API. The SQLBase 11 API supports the new RC
isolation level.
SQLBase 11 Tips and Tricks
-
Your SQLBase 11 sql.ini should include:
readonlymode=1
autolocktable=1
-
In Team Developer use SqlSetIsolationLevel(hSql,’RC’)
Download our latest white paper on Getting Started with SQLBase 11.