Search found 3 matches

by matthius
20.07.2009, 13:51
Forum: User Contributions
Topic: 64 bits Compatibility
Replies: 8
Views: 3297

64 bits Compatibility

To be 64 bits compatible here is the code : In ZDbcCache : TZRowBuffer = packed record Index: SizeInt; UpdateType: TZRowUpdateType; BookmarkFlag: Byte; Columns: TByteArray; end; In ZAbstractRODataset : Index of TZRowBuffer must be 64 bits compliant Setting Index forcing the integer to be SizeInt Lik...
by matthius
13.07.2009, 10:24
Forum: User Patches
Topic: Patch for ZEOS LIB to be 64 BITS
Replies: 2
Views: 1615

Patch for ZEOS LIB to be 64 BITS

There is i think a mistake for ZEOS to Be 64 bits compliant. At procedure TZAbstractRODataset.SetFieldData(Field: TField; Buffer: Pointer); There is the good sample : if not (State in [dsCalcFields, dsFilter, dsNewValue]) then DataEvent(deFieldChange, PtrInt(Field)); PtrInt is chosen for the archite...
by matthius
06.03.2009, 18:17
Forum: ZDBC (ZEOS Database Connectivity)
Topic: Here is an inifile connection
Replies: 1
Views: 1620

Here is an inifile connection

What about a inifile auto connection to zeos database to put after inifile opening.