Autoconnect property



Indicates whether the applet automatically connects to a specified database when the correct user ID and password are specified.

Syntax

Set:     JdbcSource.setAutoConnect(setting)
Get: setting = JdbcSource.getAutoConnect()

Applies to

JdbcSource class.

Data type

Boolean.

Usage

If the database, user, password and AutoConnect properties are all set correctly, the JdbcSource applet connects to the specified database when it starts.

Example
Autoconnect property example

See also
JdbcSource applet
database property
user property
password property
Connecting to a database