[求助]关于数据库的
Microsoft OLE DB Provider for SQL Server 错误 '80040e14'
列名 'ChaNum' 无效。
/hr/include/DB.inc,行78
报错的位置..
'执行Insert,Update,Delete等 SQL Command
Function ExecSQL( sSQL )
Dim iRows
gCom.CommandType = 1 '1即 adCmdText
gCom.CommandText = sSQL
gCom.CommandTimeout = 300
gCom.Execute iRows '执行
ExecSQL = iRows
End Function
请大家帮帮忙急啊。