connectparms const char *

Parameters needed to connect to the database.

Syntax

public const char * connectparms;

Remarks

They take the form of connection strings, such as the following: "UID=DBA;PWD=sql;DBF=demo.db".

The database server would be started by the connection string START parameter. For example: "START=c:\SQLAny16\bin32\dbsrv16.exe".

A full example connection string including the START parameter: "UID=DBA;PWD=sql;DBF=demo.db;START=c:\SQLAny16\bin32\dbsrv16.exe".