Hmmm, do you need a whole project to test this ? If I have some time, I'll try to post it soon.
Best regards
Search found 3 matches
- 07.11.2020, 12:02
- Forum: Lazarus / Freepascal
- Topic: Issue with CreateBlobStream and zeos 8
- Replies: 4
- Views: 488
- 30.10.2020, 17:17
- Forum: Lazarus / Freepascal
- Topic: Issue with CreateBlobStream and zeos 8
- Replies: 4
- Views: 488
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 ...
- 30.10.2020, 12:02
- Forum: Lazarus / Freepascal
- Topic: Issue with CreateBlobStream and zeos 8
- Replies: 4
- Views: 488
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...