database.DataModule1.ADOConnection1.Execute
('delete from 操作员信息表 where 操作员姓名="'+ cbousers.Items.Strings[cbousers.ItemIndex] +'"',[eoAsyncExecute]);
这为什么会报错,谁知道原因撒...

解决方案 »

  1.   

    操作员姓名="'+ cbousers.Items.Strings[cbousers.ItemIndex] +'"'change:操作员姓名='+#39+ cbousers.Items.Strings[cbousers.ItemIndex] +#39
      

  2.   

    谁知道原因撒...,,撒...???are u in wu han?
      

  3.   

    ('delete from 操作员信息表 where 操作员姓名="'+ cbousers.Items.Strings[cbousers.ItemIndex] +'"',[eoAsyncExecute]);你为什么在[eoAsyncExecute]);前加个,号啊???
      

  4.   

    还是报错,[eoAsyncExecute]这参数是不有问题撒...
      

  5.   

    不需要eoAsyncExecute参数,
    不过用Adoconnection.execute这个方法运行一个存储过程不能取到返回的记录集