Contents Index Upgrading your database schema Using ULConnectionParms to connect to a database

UltraLite ActiveX User's Guide
  Understanding UltraLite ActiveX Development

Connecting to an UltraLite database


Your UltraLite application must connect to a database before it can carry out operations on the data in the 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

Contents Index Upgrading your database schema Using ULConnectionParms to connect to a database