Subject | Re: [IBO] BDE to IBO |
---|---|
Author | ervin_sarok |
Post date | 2005-06-24T19:50:06Z |
--- In IBObjects@yahoogroups.com, "Jason Wharton" <jwharton@i...> wrote:
So do I have to add TIBODataBase and TIBOTransaction component or
there is a way arround it?
> > My company is in the planning phase of migrating from Paradox tomay not
> > Firebird.
> > For most of the TTables in our program we do not create a TDataBase
> > commponent we just use the BDE link.
> > Do I have to add a new TIBODataBase and TIBOTransaction component to
> > every form that will have a TIBOTable on?
> > Is it oke to create a DataModule with a TIBODataBase and a
> > TIBOTransaction component on it and link every TIBOTable to one
> > TIBODataBase. (Possably a few hundred tables.)
>
> It's fine to do that as far as IBO is concerned. However, it may or
> be what your application requires if you want to utilize the fullbenefits
> of transactions.At first, we just want to make the program work as it works with BDE.
>
> Jason Wharton
> www.ibobjects.com
So do I have to add TIBODataBase and TIBOTransaction component or
there is a way arround it?