Delphi
Problems
BDE related:
- Loss of posted edits for
session:
- ?only if
crash..but why lose posted edits?
- cached updates =
false, so this isnt cause;
- use: in AfterPost
event - DBISaveChanges((Dataset as
TwwTable).Handle); (need to add BDE to uses
clause);
- this
forces writing to disk from BDE buffer
- ? also:
session.dropconnections???
Delphi 1 specific:
- Resource limits
- No ISP OCX's
16bit to 32bit issues:
- OLE Containers
- uses clause
changed:
- ToCtrl no longer
used
- OLEContainer1.active
:= true; no longer valid or needed?;
- System info
- Woll2Woll filter method is
now wwFilter BUT filterActivate remains same;
- Query live results:
- No longer live if
use: "where := :fieldname" as it MUST
be a constant;
Delphi 2 specific: