database property
Sets or gets the URL-like specification of the connecting database.
Syntax
Set: JdbcSource.setDatabase(dbIdentifier)
Get: dbIdentifier = JdbcSource.getDatabase()
Applies to
JdbcSource class.
Data type
String.
Usage
Database identifier format depends on the JDBC driver being used. If the database, user, password and AutoConnect properties are all set correctly, the JdbcSource applet connects to the specified database when it starts.
Example
database property example
See also
Jdbcsource applet
autoConnect property
user property
password property
Connecting to a database