In Interactive SQL, use the CREATE DATABASE statement to create databases. You need to connect to an existing database before you can use this statement.
Start a database server named sample.
dbeng12 -n sample |
Start Interactive SQL.
Connect to an existing database. If you don't have a database, you can connect to the utility database utility_db. See Connecting to the utility database.
Execute a CREATE DATABASE statement.
See CREATE DATABASE statement.
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |