Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - M-Business Anywhere Programming » UltraLite for M-Business Anywhere API Reference » DatabaseManager class

Properties Next Page

createDatabase method


Creates a database and opens a connection to the database as specified by access_parms.

Syntax

Connection createDatabase(
String access_parms ,
PODSArray *coll_bytes,
String create_parms
)

Parameters
Returns

No return value.

Remarks

If the database already exists, a SQLE_DATABASE_NOT_CREATED exception is thrown.

Only one database may be active at a given time. Attempts to open a connection to a database result in an error if there are connections open to a different database.