Establishes a connection with the
RDBMS.
Syntax
ApplicationLogin([<username>[, <password>]])
Parameters
username
The name used as login name by the RDBMS. If no name an
automatic login for the operating system user is assumed.
password
The RDBMS password for this user.
NOTE 1:
The ApplicationLogin() method is not supported from the Windows
Designer.
NOTE 2:
To make sure that the ApplicationLogin() method functions
correctly, you must provide a value for the Owner field in the
USoft Binder project properties for the project concerned. See your
USoft Binder Help for more details.
NOTE 3:
The ApplicationLogin() method is only supported if the
application is running from flat files.
NOTE 4:
The ApplicationLogin() method is not supported for use within
the context of a script.
|