Search found 4 matches
- 06.10.2008, 16:25
- Forum: User Patches
- Topic: Zeos for Delphi 2009?
- Replies: 26
- Views: 4431
Zeos DBO for Delphi2009
I've recently founded this Zeos DBO for Delphi2009 http://bbs.cnpack.org/attachment.php?aid=487 did not check cause my trial period of d2009 exceeded... unfortunately it's not working ... probably they never tested it after some patches for compile... even protocols list do not very nice crash ;-( (...
- 19.09.2008, 12:04
- Forum: User Patches
- Topic: MySQL BOOLEAN = TINYINT(1)
- Replies: 1
- Views: 501
MySQL BOOLEAN = TINYINT(1)
in some cases (ex JvDBGrid) it is helpfull to have BooleanField instead of TSmallIntField (checkboxes in grid) unfortunately this patch only disables exception for persistent fields I dont know how to deal with dynamic fields autodetection maybe someone else can do this procedure TZAbstractRODataset...
- 28.08.2008, 11:10
- Forum: 6.6 - stable
- Topic: Calculated fiels don't work in 6.6.3
- Replies: 3
- Views: 930
http://zeosbugs.firmos.at/view.php?id=137mdaems wrote:Some more information would be useful. Please file a bug report in the bugtracker at http://zeosbugs.firmos.at . Please add a sample and some explanation about what you try to achieve.
Mark
karpik
- 25.07.2008, 14:21
- Forum: User Patches
- Topic: [patch_done] sorting after post
- Replies: 1
- Views: 778
[patch_done] sorting after post
Hi all, this is my first zeos hack it is simple but this is the only way i can do this (hacking zeoslib) After Post zeos allways do sorting (if SortedFields is filled). With TDBGrid this is not ideal behavior - bad performance, and sequence of records is changed if sorted field changing... After thi...