SQLtext:= Format('select * from ""%s""  c ', [Table1.tablename])干什么使?
在你的代码中加个断点,单步跟踪看一看。

解决方案 »

  1.   

    BTW:你是不是常去WebKing新闻组?
      

  2.   

    Kingron(WinAPI)你和谁说啊?
    wangxd1976(西门吹雪) 帮我看第二次的吧?就你那种的。 
      

  3.   

    Kingron(WinAPI)你和谁说啊?
    wangxd1976(西门吹雪) 帮我看第二次的吧?就你那种的。 
      

  4.   

    2 chenjiong(老菜鸟) :
    跟你说啊。
      

  5.   

    to chenjiong(老菜鸟):可能主要是字段类型匹配问题
    对于Numeric型字段,查询语句where子句为:'where field1 = 1'或者'where field1 >= 1';
    对于Char型字段,查询语句where子句为:'where field1 = "1"'或者'where field1 >= "1"';
    当对Char型字段查询用like时,where子句为:'where field1 like "1%"'或者'where field1 like "%1"'或者'where field1 like "%1%"',是需要而定;
      

  6.   

    wangxd1976(西门吹雪)给我发信,我给你寄个包包,你看一下就明白了。
      

  7.   

    my mail addr:[email protected]