Oracle® Objects for OLE Developer's Guide 11g Release 2 (11.2) for Microsoft Windows Part Number E17727-03 |
|
|
PDF · Mobi · ePub |
The username and password to be used when connecting the data control to an Oracle database. Read/write at design time and run time.
oradata1.Connect = [ username/password
This string is passed to the OpenDatabase
method of the OraSession
object when the control is refreshed. Changing this property does not take effect until a Refresh
method is sent to the data control.
If the data control is refreshed and the Connect
property has not been specified, the refresh will fail.
Examples of valid Connect
properties include:
"scott/tiger" "system/manager"
String