Manages concurrent UltraLite database connections from applications on 32-bit Windows desktops and Windows CE.
The engine supports the following concurrent connection limits:
8 databases and 16 concurrent connections for Palm OS and Symbian OS.
32 databases and 64 concurrent connections for all remaining platforms.
There are no options for the UltraLite engine.
The UltraLite engine does not display a console window on startup.
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).
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:
the Windows CE root directory
the \windows directory
the directory for other UltraLite application files
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"