Chapter 3 DBMS Reference Guide
You can define values for the following common entries for the Database object in the DBMS definition.
| Entry | Example (Adaptive Server Anywhere 6) |
|---|---|
| Enable | Enable = No |
| Create |
create database '%DATABASE%.db' [%OPTIONS%] |
| Drop |
drop database %DATABASE% |
| Options |
transaction log %s : list= on | off <logonfile> %s mirror %s case %s : default=respect, list=respect | ignore page size %d : default=1024, list=1024 | 2048 | 4096 collation %s encrypted %s : list=on | off blank padding %s : list=on | off ASE compatible java %s : list=on | off jconnect %s : list=on | off |
| DefOptions | — |
| SqlListQuery | — |
| SqlAttrQuery | — |
| ModifiableAttributes | List of extended attributes that will be taken into account in the merge dialog box during database synchronization |
| ReversedStatements | List of statements that will be reverse engineered |
For a description of each of the common object entries, see section "Common object entries".
| Copyright (C) 2005. Sybase Inc. All rights reserved. |
| |