Specifies parameters for opening a connection to an UltraLite database.
' Visual Basic
Public Class ConnectionParms
Inherits DatabaseNameParms
// C#
public class ConnectionParms :
DatabaseNameParms
Databases are created with a single authenticated user, DBA,
whose initial password is SQL. By default, connections are
opened using the user ID DBA and password SQL.
To disable the default user, use
RevokeConnectFrom method. To add a user or change a
user's password, use GrantConnectTo method.
If multiple connections are created, each one must be given a unique
name using ConnectionName="name";.
ConnectionParms members
ConnectionParms constructor
CacheSize property
ConnectionName property
EncryptionKey property
Password property
UserID property
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.