Collection Contents Previous Next PDF

UltraLite.NET User's Guide

iAnywhere.UltraLite namespace

ConnectionParms class


Specifies parameters for opening a connection to an UltraLite database.

Prototypes 

' Visual Basic
Public Class ConnectionParms
  Inherits DatabaseNameParms

// C#
public class ConnectionParms :
  DatabaseNameParms

Remarks 

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";.

See also 

ConnectionParms members
ConnectionParms constructor
CacheSize property
ConnectionName property
EncryptionKey property
Password property
UserID property

Collection Contents Previous Next PDF