Search found 3 matches
- 02.02.2010, 16:52
- Forum: ZeosLib 7.0 Beta Forum
- Topic: BLOB corrupted from previous version
- Replies: 16
- Views: 2270
I applied the patch, and my problem is in ZDBCsqliteUtils.pas unit, in function DecodeString, at this line: {$IFDEF DELPHI12_UP} value := utf8decode(value); {$ENDIF} If I write blob data with D2010 and then I read, there is no corruption (apparently ...). But if I try to read when the data blob is w...
- 28.01.2010, 17:07
- Forum: ZeosLib 7.0 Beta Forum
- Topic: BLOB corrupted from previous version
- Replies: 16
- Views: 2270
liquidsphere , your solution doesn't work for me. It's ok if I store streams with D2010 and I retrieve it always with D2010, but I have archives created with D5 and now I must read them with D2010. I tried the simple stream of 1000 bytes (five times 1..200). Saving the stream with D5 and reading wi...
- 25.01.2010, 16:51
- Forum: ZeosLib 7.0 Beta Forum
- Topic: BLOB corrupted from previous version
- Replies: 16
- Views: 2270
BLOB corrupted from previous version
I have an application in Delphi5 with Zeos 6.6.2-RC, and now I installed Delphi 2010 with Zeos 7.0.0-dev. I use SQlite version 3 with the same DLL. The archives created with D5 are incompatible if read from D2010. In particular blob data is corrupted: data compressed with zlib can't be decompressed;...