Board logo

标题: [基础] VB里如何用ADODC执行Delete * from TableName [打印本页]

作者: twy1392336    时间: 2008-10-10 01:27     标题: VB里如何用ADODC执行Delete * from TableName

,请教?
作者: Nothing    时间: 2008-10-10 09:11

Dim conn As ADODB.Connection
conn.ConnectionString = Adodc1.ConnectionString
conn.Open
conn.Execute "delete from tablename"

注意没有*
作者: twy1392336    时间: 2008-10-26 16:55     标题: 还是报错.

实时错误'91',
对象变量或WITH块变量未设置

'是不是还有哪没设好吗?
作者: Nothing    时间: 2008-10-26 22:10

是的,看看参数有没有正确
作者: twy1392336    时间: 2008-10-27 00:20

OK啦,谢NOTHING
作者: Nothing    时间: 2008-10-27 21:06






欢迎光临 编程开发论坛 (http://bbs.lihuasoft.net/) Powered by Discuz! 6.0.0