Builds a Microsoft English Query application file (.eqd) from a connection file (.eqc).
Syntax
ServerObject.SaveApplication .eqc, .eqd, connectionstring, userid, password, maxwords
| Part | Description |
|---|---|
| ServerObject | An object variable that contains a Server object. |
| .eqc | A string indicating the English Query connection file name. |
| .eqd | A string indicating the English Query domain (application) name. |
| connectionstring | A string containing the database connection, which can be a DSN (data source name) or an ODBC connection string. |
| userid | An optional string containing a user name to use when establishing the connection. |
| password | An optional string containing a password to use when establishing the connection. |
| maxwords | An optional long integerindicating the maximum number of words to load from each field. |
Applies To
Server Object Object
Remarks
Use the connection string to specify a data source by passing a data source name (DSN) or a detailed connection string containing a series of argument-equals-value statements, separated by semicolons. If the property value contains an equal sign, English Query assumes a connection string rather than a DSN. See Programming Options for sample code and more information.