Subject | BDE to IBO ??? |
---|---|
Author | nbsjkt@cbn.net.id |
Post date | 2001-08-01T01:18:38Z |
anybody help to convert the components from the BDE based classes to
IBO based classes.
if BDE based class
type TUpdateRecordTypes= set of (rtModified, rtInserted, rtDeleted,
rtUnmodified);
property UpdateRecordTypes: TUpdateRecordTypes;
type TTransIsolation = (tiDirtyRead, tiReadCommitted,
tiRepeatableRead);
property TransIsolation: TTransIsolation;
IBO based class?????
sam
IBO based classes.
if BDE based class
type TUpdateRecordTypes= set of (rtModified, rtInserted, rtDeleted,
rtUnmodified);
property UpdateRecordTypes: TUpdateRecordTypes;
type TTransIsolation = (tiDirtyRead, tiReadCommitted,
tiRepeatableRead);
property TransIsolation: TTransIsolation;
IBO based class?????
sam