Breadcrumbs

Close

Close the SQL database of the DataCollector.

Syntax

  Func_FbClose_MnDataCollector.bmp

C++
METHOD PUBLIC Close : BOOL


Parameters

Parameter

Description

Rückgabewert 

TRUE: if the SQL database closes successfully
FALSE: If the SQL database is closed incorrectly 



Example

C++
data : MnDataCollector := (m_sDatabase := '\mnplc\boot\testdata.db', m_DatabaseLimit := DATACOLLECTOR_DATALIMIT_ENTRIES, m_dwDatabaseSize := 5); 
...
data.open(); 
...
data.close();


Requirements



Remarks