UltraLite Database User's Guide
Database Identification parameters
The database file to which you want to connect in the desktop development environment.
| Interface | Connection parameter |
|---|---|
| UltraLite for MobileVB | DatabaseOnDesktop |
| UltraLite ActiveX | DatabaseOnDesktop |
| UltraLite.NET | DatabaseOnDesktop |
| Native UltraLite for Java | databaseOnDesktop |
| UltraLite for M-Business Anywhere | databaseOnDesktop |
| Connection string | { file_name | DBF } |
For information about using the connection parameter, see Specifying connection parameters.
String
The default value is ulstore.udb.
It is recommended that you explicitly specify the parameter, and not rely on default behavior.
When creating a database, this parameter names the new database file.
When opening a connection to an existing database, the parameter identifies the database.
If the filename does not include an extension, the file of extension .udb is assumed.
To create and connect to the sample database, udemo.udb, installed in the directory c:\mydb, use the following connection string:
"schema_file=MyOrders.usm;DBF=c:\mydb\udemo.udb"
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.