Help with Code Tags (Toggle Plain Text)
DBTable = new TTable(Application);
DBTable ->TableName = "SID";
DBTable ->DatabaseName = pDB->DatabaseName;
DBTable ->Open();DBTable = new TTable(Application);
DBTable ->TableName = "SID";
DBTable ->DatabaseName = pDB->DatabaseName;
DBTable ->Open();
The table conatins around 2 lac records and the columns are of type-
int,int,int,varchar(4000)
If the merge publication is deleted then there is no error produced.