External Interface Manual en | 28
Bosch Security Systems B.V. | 2004 April | External Interface Manual
Dim dcn As Object
Set dcn = CreateObject("DcnOle.Server")
5.4.3 Call methods
Example in Visual Basic for Applications:
Dim eRetVal As Integer
eRetVal = dcn.ApplyAll("MYDATA.CSV")
5.4.4 Stop the server
Example in Visual Basic for Applications:
Dim eRetVal As Integer
eRetVal = dcn.Terminate()
Set dcn = Nothing
Note: To stop the server and remove it from memory, please call the terminate method. This will
instruct the server to stop.