db.Execute 请教高手
我是编程初学者,请教高手,在用下面语句提示参数不足怎么解决:db.Execute ("update 线表 set 气体类型 = 天然气;")
db.Execute ("update 线表 set 管材 = 6 where 管材 = PE;")
db.Execute ("update 线表 set 管材 = 1 where 管材 = 铸铁;")
db.Execute ("update 线表 set 敷设方法 = 1 where 敷设方法 = 直埋;")