我的所有的数据类型基本上是text,什么样的数据不是text的类型呀

解决方案 »

  1.   

    看下面的.if query1.active then
    query1.active:=false;
    with query1 do
    begin
        append;
        FieldByName('姓名').asstring := edit1.text;
        FieldByName('主页').asstring := edit2.text;
        *****
        *****
      post;
      end;
      

  2.   

    我插入的是英文呀,都用的是text字段,但non-blob column in table  require to perform operation
    是什么错误呀?
      

  3.   

    我录入的数据是属于 text要求 的范围的呀