user property



Sets or gets the user ID used to access the database being queried.

Syntax

Set:     JdbcSource.setUser(userID)
Get: userID = JdbcSource.getUser()

Applies to

JdbcSource class.

Data type

String.

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
user property example

See also
Jdbcsource applet
autoConnect property
database property
password property
Connecting to a database