Meta-Schema Manager preferences

Set default preferences for Meta-Schema Manager and DB Explorer.

Select Tools > Preferences (or, if you are on a Mac, Genero Studio > Preferences), then select Meta-schema Manager to access these preferences.

DB Explorer

Table 1. DB Explorer options
Preference Description
Maximum number of results for show/edit data field Limit the number of rows returned by DB Explorer. When set to zero, unlimited rows can be returned.
Verbose mode check box When checked, information about the executed query displays.
For a successful query execution, a message like the following displays:
Executed query: select userid, password from signon
If an error occurs, information about the SQL error displays. For example, if you edit the query and provide a wrong column name, an error message like the following displays:
error (-6372): near "wrong_userid": syntax error
Connection id: C:/Users/name/xxx/officestore.db
Executed query: insert  wrong_userid, password from signon