Collection Contents 上一页 下一页 PDF

UltraLite for M-Business Anywhere User's Guide

Understanding UltraLite for M-Business Anywhere Development

Connecting to an UltraLite database


UltraLite applications must connect to a database before carrying out operations on the data in it. This section describes how to connect to an UltraLite database.

Using the Connection object 

The following properties of the Connection object govern global application behavior.

For more information about the Connection object, see Class Connection.

Connecting to a database 

You can connect to a database using either a ConnectionParms object or a connection string. Methods that use a ConnectionParms object allow you to manipulate connection parameters with ease and accuracy. Methods that use a connection string require that you successfully create a connection string.


Using ConnectionParms to connect to a database

Collection Contents 上一页 下一页 PDF