adoquery怎么select * from neworder得不到数据,而insert into historyorder select * from neworder可以得到数据?

解决方案 »

  1.   

    select * from neworder得不到数据?可能原因
    1、neworder里没有数据
    2、程序编写不当insert into historyorder select * from neworder可以得到数据?
    意思是把neworder表里的数据插入historyorder表中。
    执行Insert时不返回数据集,即无数据返回
      

  2.   

    刚弄懂,是open方法和execsql的区别;散分了
      

  3.   

    那adoquery得到的结果集能否保存到数据库呢?怎么实现?
      

  4.   

    刚弄懂,是open方法和execsql的区别;散分了
    呵呵,自己弄懂的不错了
      

  5.   

    接分了。 execsql不返回数据.