vb6 中使用 adodc控件 如何用sql 语句 delete from 表 where 字段=条件vb6 中使用 adodc控件 如何用sql 语
vb6 中使用 adodc控件 如何用sql 语句 delete from 表 where 字段=条件
vb6 中使用 adodc控件 如何用sql 语句 delete from 表 where 字段=条件
能给个简单例子最好
[解决办法]
ADODC1.ActiveConnection.Execute "delete from 表 where 字段=条件"
