ASA Database Administration Guide
Connection and Communication Parameters
Connection parameters
To start a database server running from an application.
Embedded databases
String
No StartLine parameter
You should supply a StartLine (START) connection parameter only if you are connecting to a database server that is not currently running. The StartLine (START) connection parameter is a command line to start a personal database server.
For a detailed description of available command line options, see The database server.
The following data source fragment starts a personal database server with a cache of 8 Mb.
StartLine=dbeng9 -c 8M;dbf=asademo.db