Chapter 3 DBMS Reference Guide


EnableOwnerPrefix and EnableDtbsPrefix

Object codes can be prefixed by the object owner, the database name or both, to be uniquely identified. This is done using variable %QUALIFIER%.

If you want the prefix to be the object owner, you have to set the value of the EnableOwnerPrefix entry to Yes, and select the Owner Prefix check box in the generation dialog box. If you want the prefix to be the database name, you have to set the value of the EnableDtbsPrefix entry to Yes and select the Database Prefix check box in the generation dialog box.

If you select both Owner Prefix and Database Prefix check boxes, both names will be concatenated when %QUALIFIER% will be evaluated.

Value Result
Yes The Owner Prefix and Database Prefix check boxes are available in the Database Generation box. The variable %QUALIFIER% is filled with the object owner name, or the database name, or both during generation or reverse engineering
No The Owner Prefix and Database Prefix check boxes are grayed and the prefix unavailable

 


Copyright (C) 2005. Sybase Inc. All rights reserved.