Subject | Re: [IBO] BDE to IBO |
---|---|
Author | Svein Erling Tysvær |
Post date | 2001-01-12T09:52:25Z |
Anything starting IB_ is for the native set of components, and not TDataSet
compatible like TIBOTable or TIBOQuery.
If you want to use IB_Datasource, IB_Edit etc. you have to make major
changes in your program going from TIBOTable to TIB_Query. Once you get the
hang of it, you will probably prefer the native way of doing things, but it
is a major change and I do recommend you to use it for new projects rather
than converting an existing application.
Wait till you get more used to IBO or start running out of work, before you
start converting BDE applications directly to native IBO!
Set
At 09:32 12.01.2001 +0000, you wrote:
compatible like TIBOTable or TIBOQuery.
If you want to use IB_Datasource, IB_Edit etc. you have to make major
changes in your program going from TIBOTable to TIB_Query. Once you get the
hang of it, you will probably prefer the native way of doing things, but it
is a major change and I do recommend you to use it for new projects rather
than converting an existing application.
Wait till you get more used to IBO or start running out of work, before you
start converting BDE applications directly to native IBO!
Set
At 09:32 12.01.2001 +0000, you wrote:
>Hi,
>
>I have successfully converted my bde app to ibo but when I went through
>the code and also had a look at the ibo components available I noticed
>some extra components which could possibly be converted,
>
>e.g.
>
>TDataSource
>TDbEdit
>TDbNavigator
>
>do these convert directly to
>
>IB_DataSource
>IB_Edit
>IB_Navigator
>
>like, for instance, TTable converts directly to IBOTable?
>
>tia
>
>Paul
>
>
>
>