Close the SQL database of the DataCollector.
Syntax
C++
METHOD PUBLIC Close : BOOL
Parameters
|
Parameter |
Description |
|---|---|
|
Rückgabewert |
TRUE: if the SQL database closes successfully
|
Example
C++
data : MnDataCollector := (m_sDatabase := '\mnplc\boot\testdata.db', m_DatabaseLimit := DATACOLLECTOR_DATALIMIT_ENTRIES, m_dwDatabaseSize := 5);
...
data.open();
...
data.close();
Requirements
Remarks