Specifies an authenticated user for the database.
Visual Basic Public Property UserID As String
C# public string UserID { get; set; }
A string specifying a database user ID. The default value is a null reference (Nothing in Visual Basic).
User IDs are case-insensitive.
Databases are initially created with a single authenticated user named DBA.
If both the user ID and password are not supplied, the user DBA with password sql are used. To make the database more secure, change the user DBA's password or create new users (using ULConnection.GrantConnectTo) and remove the DBA user (using ULConnection.RevokeConnectFrom).
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |