UltraLite Database User's Guide
Connection Parameters
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 |
Connection string | { file_name | DBF } |
For information about using the connection parameter, see Specifying connection parameters.
String
ulstore.udb
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:\Program Files\Sybase\SQL Anywhere 9, use the following connection string:
"schema_file=MyOrders.usm;DBF=udemo.udb"