当我对数据库的文本字段添加数据时出现错误,请问该如何解决
我的sql语句是
    sql:='insert into A表(标题,内容,类别) values('''+title+''','''+content+''','''+sort+''')';
---------------------------
Debugger Exception Notification
---------------------------
Project szfmis.exe raised exception class EOleException with message '将截断字符串或二进制数据。'. Process stopped. Use Step or Run to continue.
---------------------------
OK   Help   
---------------------------