Hi,
I have a program that uses tables which is shared with other users, the dilemma is this, whenever I delete some records, using the SQL Delete From which also uses Transaction, and Tableupdate, the records are successfully deleted.... that's what I thought...
But if I check the actual tables, The records are still there only marked for deletion...
question is this, is there a Pack Equivalent that I can use in a multi-user environment?? Something that would permanently delete the records and not just marking it for deletion...
thanks for your time guys....
I have a program that uses tables which is shared with other users, the dilemma is this, whenever I delete some records, using the SQL Delete From which also uses Transaction, and Tableupdate, the records are successfully deleted.... that's what I thought...
But if I check the actual tables, The records are still there only marked for deletion...
question is this, is there a Pack Equivalent that I can use in a multi-user environment?? Something that would permanently delete the records and not just marking it for deletion...
thanks for your time guys....