EGL Java run-time error code VGJ0712E

 

VGJ0712E: Cannot connect to the default database. The name of the default database was not specified.

 

Explanation

The name of the default database was not specified, so the program cannot connect to it.

 

User Response

The name of the default database can be specified in several ways. One of the properties vgj.jdbc.default.database.programName (where programName is the name of the program) and vgj.jdbc.default.database must be set. The value of that property may be the actual name of the default database, or it may be the default database's logical name. When a logical name is used, another property must be set: vgj.jdbc.database.logicalName. The value of this property must be the actualy name of the default database.