Hi all,
Does anybody know how could I manage to do a sentence like this...
ALTER TABLE Table1 DROP COLUMN Col1
after doing a DML sentence like and UPDATE, INSERT or DELETE.
I'm using ADO commands to execute all thiis sentene from VB.
The problem is that if all this is in the same transaction when I try
droping the column in the same table that I've updated before I get an
error. The object is locked and I can't drop the column.
Thanks in advance for your suggestions,
Naiara.
Does anybody know how could I manage to do a sentence like this...
ALTER TABLE Table1 DROP COLUMN Col1
after doing a DML sentence like and UPDATE, INSERT or DELETE.
I'm using ADO commands to execute all thiis sentene from VB.
The problem is that if all this is in the same transaction when I try
droping the column in the same table that I've updated before I get an
error. The object is locked and I can't drop the column.
Thanks in advance for your suggestions,
Naiara.
Comment