>……the result is not the same as I like……what do u mean?Describe it clear,please.

解决方案 »

  1.   

    如果是Text类型的字段,你要存储的是二进制数据,如图像,OLE对象等。那么这个字段属于TBlobField类型的字段,在存储时受到一定的限制。BDE数据库的设定Blob Size决定了你可以存储的数据大小,Blob Size缺省是32,表示可存储32K的内容,你需要修改这个值,适应你的程序。
      

  2.   

    In my program, the Text field is TMemoField and linked to TDBMemo. I insert or modify the field in the DBMemo and post it, then call ApplyUpdate to update the record. The result in the table is not the text in the DBMemo. Why ?