connect_parms
A semicolon-separated string of connection parameters, which are set as keyword=value pairs. The connection
string must include the name of the database. These parameters are the same set of parameters that can be specified when you
connect to a database.
create_parms
A semicolon-separated string of creation parameters, a set as keyword=value pairs, such as page_size=2048;obfuscate=yes.
reserved
This parameter is reserved for future use.
The database is created with information provided in two sets of parameters.
The connect_parms parameter is a list of connection parameters that are applicable whenever the database is accessed. Some
examples include file name, user ID, password, or optional encryption key.
The create_parms parameter is a list of parameters that are only relevant when creating a database. Some examples include
obfuscation, page-size, and time and date format).
Applications can call this method after initializing the SQLCA.
The following code illustrates how to use the ULCreateDatabase method to create an UltraLite database as the file C:\myfile.udb: