Search found 4 matches

by gev
27.05.2008, 13:44
Forum: SQLite
Topic: sqlite3 reading blob with delphi
Replies: 1
Views: 1670

Its a bug in ZeosDB, i switch to ather components and with the same code its working perfect.
by gev
27.05.2008, 11:29
Forum: SQLite
Topic: sqlite3 reading blob with delphi
Replies: 1
Views: 1670

sqlite3 reading blob with delphi

Hi i hav ea problem, if i wont to read the blob field i get only the first byte and the size of stream is olso 1 insted of 40. Hier is the code var blob : TStream; Begin blob := zeostable.CreateBlobStream(zeostable.FieldByName('data'), bmRead); showmessage(inttostr(blob.Size)); end; becouse of this ...
by gev
07.12.2005, 11:47
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Zeoslib and Delphi 2005: unit zlib also in rtl70.bpl
Replies: 6
Views: 1550

Where??? there is no rtl70 string in project files of Zeos. Can you plz. spacify where can we change it??
by gev
07.12.2005, 10:47
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Zeoslib and Delphi 2005: unit zlib also in rtl70.bpl
Replies: 6
Views: 1550

Hi the same problem hier :( .