Search found 7 matches

by dopidaniel
09.12.2010, 11:17
Forum: ZeosLib 7.0 Beta Forum
Topic: Patch to fix problems on SQLite Blob Fields
Replies: 4
Views: 591

Hi Mark,

Thanks for reviewing my patch ...

I am a bit confused on SVN use ... These changes I made were about the sources of the folder "trunk"

svn://zeos.firmos.at/zeos/trunk

Is that correct? The changes will be applied to this folder?
by dopidaniel
29.11.2010, 05:09
Forum: ZeosLib 7.0 Beta Forum
Topic: Patch to fix problems on SQLite Blob Fields
Replies: 4
Views: 591

Patch to fix problems on SQLite Blob Fields

Hello everyone, In order to migrate to Firebird 2.5, I decided to test Zeos 7.0.0 again My application uses SQLite and Firebird. I noticed that a blob field in my table in SQLite was not correctly read, while the same field, from the same table, but in Firebird (with the same structure and data), wa...
by dopidaniel
29.11.2010, 04:47
Forum: ZeosLib 7.0 Beta Forum
Topic: Error when I try to edit and save data without modification
Replies: 22
Views: 2690

Hi Mark, Sorry for the delay ... had not noticed the response of the topic Debugging again, I thought better to insert a check in: procedure TZGenericCachedResolver.PostUpdates TZGenericCachedResolver.PostUpdates ....... utModified: begin SQL: = FormUpdateStatement (SQLParams, OldRowAccessor, NewRow...
by dopidaniel
31.10.2010, 22:06
Forum: ZeosLib 7.0 Beta Forum
Topic: Error when I try to edit and save data without modification
Replies: 22
Views: 2690

Hi Mark I had the same problems reported by Silvio, I applied the modification below, which appears to have prevented the error happens. But I'm not really sure if this is the best approach, or whether this will cause side effects in other routines ... What do you think? procedure TZInterbase6Prepar...
by dopidaniel
23.09.2009, 13:03
Forum: User Patches
Topic: [patch_done] Patch for DecimalSeparator on Lazarus/FPC
Replies: 4
Views: 2005

Hi Mark, Thanks for reply... Yes, it works... I was thinking about to propose a patch like yours... but I was not sure why that IFDEF FPC was introduced... I was thinking about some old FPC compatibility... I'm newbie on Lazarus/FPC and Zeos... so I don't feel to much confortable to say what's the b...
by dopidaniel
12.09.2009, 17:09
Forum: User Patches
Topic: [patch_done] Patch for DecimalSeparator on Lazarus/FPC
Replies: 4
Views: 2005

I forgot to comment ... I'm using:

Lazarus 0.9.29 updated from SVN with FPC 2.3.1
ZeosLib 7.0.0-dev updated from SVN
by dopidaniel
12.09.2009, 17:05
Forum: User Patches
Topic: [patch_done] Patch for DecimalSeparator on Lazarus/FPC
Replies: 4
Views: 2005

[patch_done] Patch for DecimalSeparator on Lazarus/FPC

Hi All, Thanks a lot for Zeos... It's a great library... Recently I change from Delphi do Lazarus/FPC... so, I decide to use Zeos as replacement for ClientDataSet... I use Zeus with FireBird and now, SQLite... In Brazil, we use comma ',' as Decimal Separator... I note a conversion problem, when Zeos...