Error on Backup Service running in Thread
Posted: Wed 21 Jun 2017 04:37
Hi guys,
I am running Backup service on thread, here are my codes
Those codes raised and Access violation error.
But if those codes remove to thread constructor, it runs OK.
Am I missing something here?
Environment : IBDAC 6.0.2 for C++ Builder 6
Regads,
Sugi
I am running Backup service on thread, here are my codes
Code: Select all
void __fastcall BackupTread::Execute()
{
Backup->Attach();
Backup->ServiceStart();
}
//---------------------------------------------------------------------------
But if those codes remove to thread constructor, it runs OK.
Am I missing something here?
Environment : IBDAC 6.0.2 for C++ Builder 6
Regads,
Sugi