When the application is ready to be distributed, you will want to package the application, database files and database server into an installation file (.SIS).
The preferred way of doing this is to export database files. After the export is completed the destination directory will contain the Mimer database files along with a package file. The package file should be used to create an installation file for the database files. The export destination directory will also contain a Mimer SQL Mobile installation file (MimerSQLSymbianArm.SIS or S60Mimer.SIS for UIQ and Series 60 respectively). Both these SIS files should be packaged with your final application.
The entire database export process can be run from the command line using the PDACOPYW.EXE tool. It is therefore possible to include the entire build process in application build scripts.
For details on how to package an application, please see the article Packaging Mimer JDBC MIDlets.