Grants the specified user permission to connect to the database with the given password.
GrantConnectTo(
userid As String, _
password As String _
)
Member of UltraLiteAFLib.ULConnection
userid The user ID being granted authority to connect.
password The password the user ID must specify to connect.