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.
| ||||||
See Also
| |||||||
Example
|