二
二勇哥
Unregistered / Unconfirmed
GUEST, unregistred user!
又是BLOB谁知道:Couldn't perform the edit because another user changed the record! (50分)<br />又是BLOB的问题
当我执行代码
//
table1.Edit;
(table1.FieldByName('pic') as tblobfield).LoadFromFile('d:/cover.bmp');
table1.Post;
时,出现错误
Couldn't perform the edit because another user changed the record!
但是,图还能被加入到数据库中(SQL SERVER7)
我的BDE的BLOB SIZE已经设的足够大5000k,COVER.BMP只有400K
SQL SERVER的PIC字段我用的是IMAGE类型。
那位大虾给解答一下?
当我执行代码
//
table1.Edit;
(table1.FieldByName('pic') as tblobfield).LoadFromFile('d:/cover.bmp');
table1.Post;
时,出现错误
Couldn't perform the edit because another user changed the record!
但是,图还能被加入到数据库中(SQL SERVER7)
我的BDE的BLOB SIZE已经设的足够大5000k,COVER.BMP只有400K
SQL SERVER的PIC字段我用的是IMAGE类型。
那位大虾给解答一下?