You can use the command line to create a Transact-SQL-compatible database. The remainder of the section describes which options you need to set.
Prerequisites
There are no prerequisites for this task.
Run the following dbinit command:
dbinit -b -c -k -dba DBA,sql db-name.db |
In this command, -b blank pads the database, -c makes the database case sensitive, and -k prevents the SYS.SYSCOLUMNS and SYS.SYSINDEXES system views from being created.
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2014, SAP AG or an SAP affiliate company. - SAP Sybase SQL Anywhere 16.0 |