UL Ext.: Specifies the path and file name of the UltraLite database on Windows desktop platforms.
Visual Basic Public Property DatabaseOnDesktop As String
C# public string DatabaseOnDesktop { get; set; }
A string specifying the absolute or relative path to the database. If the value is a null reference (Nothing in Visual Basic), the database ulstore.udb is used. In C#, you must escape any backslash characters in paths or use @-quoted string literals. The default is a null reference (Nothing in Visual Basic).
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |