How can I delete record at a time by some condition?
I'm a senior programmer.
Working at CamSight, Dental imaging solutions industry.
Printable View
How can I delete record at a time by some condition?
I'm a senior programmer.
Working at CamSight, Dental imaging solutions industry.
Where do you want tot delete record. If it is database table , then you can execute an SQL
sSQL = "delet from yourtable where key = " & somevalue
cn.execute sSQL
Iouri Boutchkine
[email protected]