Programming Reference Manual
 
Syntax
 
Result = HtmLogin(Username$, Password$)
 
Description
The statement changes the current database connection to another account within the same server environment. If successfull, the function returns True. If the login fails, the database will be reconnected, using the configuration stored in the webserver.
 
TIP: In combination with the session variable "Connection", you can create dynamic SQL-server connections per individual session.
 
Parameter
Description
Username$
The username for the MS-SQL account
Password$
The password for the MS-SQL account
See Also
Example