S
seaflyboy
Unregistered / Unconfirmed
GUEST, unregistred user!
各位大虾好!
我用loadfromfile就是装不进超不过1M的图像,装500K左右的一点问题都没有.
那位高手能详细给我讲讲怎么设置BLOB字段的大小?
这是我的程序:
procedure TForm1.Button1Click(Sender: TObject);
begin
if not (Table1.State in [dsInsert, dsEdit]) then Table1.Insert;
TABLE1IMAGE.LoadFromFile('D:/test/VIEW_1.bmp');
Table1.Post;
end;
BDE设置:
BLOB SIZE--2048
BLOBS TO CACHE--4096
我用loadfromfile就是装不进超不过1M的图像,装500K左右的一点问题都没有.
那位高手能详细给我讲讲怎么设置BLOB字段的大小?
这是我的程序:
procedure TForm1.Button1Click(Sender: TObject);
begin
if not (Table1.State in [dsInsert, dsEdit]) then Table1.Insert;
TABLE1IMAGE.LoadFromFile('D:/test/VIEW_1.bmp');
Table1.Post;
end;
BDE设置:
BLOB SIZE--2048
BLOBS TO CACHE--4096