| AddDatabase
|
Registers the name of the database to be created. |
| AddDatabaseAt
|
Creates a database explicitly specifying the location: on Server or on Client. |
| AddField
|
Adds a new field to a database. |
| AppendEmptyValues
|
Appends an empty row to the new database. |
| AppendRecord
|
Appends a single record to the new database. |
| AppendValues
|
Appends values to the new database. |
| Close
|
Closes the database previously opened with the Open command. |
| EditValue
|
Edits a value in a field. |
| FieldDelimiter
|
Allows to specify a field delimiter for the CreateDatabase object. |
| Open
|
Opens an existing IDEA database for appending records to it. |
| PerformTask
|
Performs the database adding task previously specified by using AddDatabase, AddField, and AppendValues. |
| ReadLine
|
Gets the value from a whole line. |
| ReadValue
|
Gets a certain value. |
| RecordDelimiter
|
Allows to specify a record delimiter for the CreateDatabase object. |
| UseDefaultLocale
|
Specifies whether to enter the decimal values in its current culture format or in its invariant format (English format). |