Specifies parameters for creating an UltraLite database and opening a connection to it.
' Visual Basic
NotInheritable Public Class CreateParms
Inherits ConnectionParms
// C#
public sealed class CreateParms :
ConnectionParms
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.
CreateParms members
CreateParms constructor
Schema property
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.