grantConnectTo method

Grants access to an UltraLite database for a user ID with a specified password.

Syntax
grantConnectTo(String uid, String pwd)
Parameters
  • uid   User ID to grant access to. The maximum length is 16 characters.

  • pwd   The password for the user ID.

Remarks

If an existing user ID is specified, this function updates the password for the user. UltraLite supports a maximum of 4 users.