Collection Contents Previous Next PDF

UltraLite.NET User's Guide

iAnywhere.UltraLite namespace

CreateParms class


Specifies parameters for creating an UltraLite database and opening a connection to it.

Prototypes 

' Visual Basic
NotInheritable Public Class CreateParms
  Inherits ConnectionParms

// C#
public sealed class CreateParms :
  ConnectionParms

Remarks 

NOTE: Only one database may be active at a given time. Attempts to create a different database while other connections are open will result in an error.

A valid schema file must be specified to successfully create a database.

See also 

CreateParms members
CreateParms constructor
Schema property

Collection Contents Previous Next PDF