Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - Database Management and Reference » UltraLite Utilities Reference

UltraLite Create Database utility (ulcreate) Next Page

UltraLite Engine utility (uleng10)


Description

Manages concurrent UltraLite database connections from applications on 32-bit Windows desktops and Windows CE.

Remarks

The engine supports the following concurrent connection limits:

There are no options for the UltraLite engine.

The UltraLite engine does not display a console window on startup.

To deploy uleng to a Windows CE device
  1. Copy the uleng10.exe its *.dll files. The *.dll files you copy should also include any database encryption or synchronization dlls needed. For example, ulfips10.dll (for FIPS data encryption) and mlcrsafips10.dll (for FIPS synchronization encryption).

  2. Save the files to an appropriate directory according to the requirements of your deployment. In most cases you would use one of the following destination directories:

  3. Start the UltraLite engine when the application you have created connects the UltraLite database by including a START connection parameter in the connection string.

    For example:

    "DBF=wce:\MyULFiles\MyDB.udb;START=\MyULFiles\uleng10.exe"
See also