Collection Contents Previous Next PDF

UltraLite ActiveX User's Guide

Understanding UltraLite ActiveX 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 ULConnection object 

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

For more information about the ULConnection object, see ULConnection class.

Connecting to a database 

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

The following sections describe both methods.


Using ULConnectionParms to connect to a database
Using a connection string to connect to a database

Collection Contents Previous Next PDF