Click to See Complete Forum and Search --> : record delete


Jeong
October 18th, 2001, 12:45 PM
How can I delete record at a time by some condition?

I'm a senior programmer.
Working at CamSight, Dental imaging solutions industry.

Iouri
October 18th, 2001, 01:13 PM
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
iouri@hotsheet.com