Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - AppForge Programming » UltraLite for AppForge API Reference » ULConnection class

GetTable method Next Page

GrantConnectTo method


Grants the specified user permission to connect to the database with the given password.

Syntax

GrantConnectTo(
userid As String, _
password As String _
)
Member of UltraLiteAFLib.ULConnection

Parameters

userid    The user ID being granted authority to connect.

password    The password the user ID must specify to connect.