Subject BDE to IBO
Author Paul Little
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