Search found 3 matches

by jabounet
07.11.2020, 12:02
Forum: Lazarus / Freepascal
Topic: Issue with CreateBlobStream and zeos 8
Replies: 4
Views: 430

Re: Issue with CreateBlobStream and zeos 8

Hmmm, do you need a whole project to test this ? If I have some time, I'll try to post it soon.
Best regards
by jabounet
30.10.2020, 17:17
Forum: Lazarus / Freepascal
Topic: Issue with CreateBlobStream and zeos 8
Replies: 4
Views: 430

Re: Issue with CreateBlobStream and zeos 8

I use FPC 3.2.0 and Firebird 3.0.5 For example : in Firebird CREATE TABLE PARAMS ( ID Integer NOT NULL, NOM Varchar(45), DATAS Blob sub_type 0, CONSTRAINT PK_PARAMS PRIMARY KEY (ID) ); GRANT DELETE, INSERT, REFERENCES, SELECT, UPDATE ON PARAMS TO SYSDBA WITH GRANT OPTION; in datas is injected a png ...
by jabounet
30.10.2020, 12:02
Forum: Lazarus / Freepascal
Topic: Issue with CreateBlobStream and zeos 8
Replies: 4
Views: 430

Issue with CreateBlobStream and zeos 8

Hello all ! I tried to install zeos 8 from svn, but I got this issue when I use createblobstream function, as it says I have to close the lob streams before closing the resultset... but I think the resultset is still in use at this time... jmst : TMemoryStream; .... jquery := TZQuery.Create(nil); tr...