GrantConnectTo function

Grants connection access to a given user.

Syntax
bool UltraLite_Connection_iface::GrantConnectTo(
  const ULValue & uid,
  const ULValue & pwd
)
Parameters
  • uid   The user ID for which access to connect is granted.

  • pwd   The password for the authorized user ID.

Remarks

To create a new user, specify both a new user ID and a password.

To change a password, specify an existing user ID, but set a new password for that user.