Subject | Re: [IBO] BDE to IBO ??? |
---|---|
Author | Jason Wharton |
Post date | 2001-08-01T01:25:07Z |
What version of Delphi are you using?
Borland has slowly moved pieces at a time away from the BDE so IBO has a
little different way for each version of Delphi.
Usually it is common sense that dictates what I have done. Not all things
map exactly either. e.g. dirty reads are impossible with InterBase.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
Borland has slowly moved pieces at a time away from the BDE so IBO has a
little different way for each version of Delphi.
Usually it is common sense that dictates what I have done. Not all things
map exactly either. e.g. dirty reads are impossible with InterBase.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: <nbsjkt@...>
To: <IBObjects@yahoogroups.com>
Sent: Tuesday, July 31, 2001 6:18 PM
Subject: [IBO] BDE to IBO ???
> 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
>
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>