Use the ulcreate utility to create a database from a command prompt. With this utility, you can include utility options to configure the database.
Run the ulcreate utility, including any necessary options. For example, to create a case-sensitive UTF-8 database called test.udb, overwriting the database if it already exists, run the following command:
ulcreate -c "DBF=test.udb" -o "case=respect;utf_encoding=1" -y |
Supplying a database file in a connection string is an alternative to specifying the database file after the other options. For example:
ulcreate -o "case=respect;utf_encoding=1" -y test.udb |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |