[persistence.cfg explained]
This file contains some configuration parameters. It should be in the CLASSPATH.
Parameter Notes
DRIVER_CLASS Driver used to interact with SQL server
DB_URL Database location (Unzip the acrhive in c:\ if you don't want to modify the default path to the database)
PANELS_PACKAGE Package where panels and forms are found
MAIN_PANEL Main panel of the project
FIELDS_TABLE_NAME Name of the table where fields of persistent objects are stored
TYPES_FIELD_NAME Name of the table where types of persistent objects are stored
USERNAME Username used to access the database
PASSWORD Password used to access the database
SQL_SERVER Class that interacts with the SQL server (Currently MS SQL and HSQLDB are supported. If you want to use another SQL Server - you should implement your own class and set the appropriate driver.)

Previous page Tree of contents Next page