what's "non-blob required in table to perform this operation"(狼来了,救我!)

capfdipoe 2001-07-22 11:51:21
下面这段程序运行时总出现错误"non-blob required in table to perform this operation"
A->RequestLive=true;
A->Close();
A->SQL->Clear();
A->SQL->Add("select * from sendinformation");
A->Open();
A->Append();
A->FieldValues["S_no"]=frmManage->S_User_no;
A->FieldValues["R_no"]=R_User_no;
A->FieldValues["Letter"]=RichEdit1->Lines->Text;
A->FieldValues["S_time"]=Now();
dmManage->Database1->StartTransaction();
try{
A->ApplyUpdates();
dmManage->Database1->Commit();
}
catch(...){
dmManage->Database1->Rollback();
throw;
}
A->CommitUpdates();

请各位帮我看一看有什么问题,如何解决?



...全文
71 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
capfdipoe 2001-07-22
  • 打赏
  • 举报
回复
#define A dmManage->qrySendInformation
A是query
sorry,忘了告诉你了。
whitelion 2001-07-22
  • 打赏
  • 举报
回复
A是query吗,
不能append
capfdipoe 2001-07-22
  • 打赏
  • 举报
回复
人呢?

13,825

社区成员

发帖
与我相关
我的任务
社区描述
C++ Builder相关内容讨论区
社区管理员
  • 基础类社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧