Subject IBO change-over
Author Daniel Bertin
Hi all,

I'm converting a database, and C/S software D5,from BDE(progressODBC) to
IBO.and firebird

presently I have a datamodule with 2 wwdatasource, and 2 wwtables.

in order to start of correctly ?

I would use IB_connection, with ibotables and linked to wwdatasources.
OR
should I be doing it differently like adding a IBOdatabase and using
ib_datasources(which would make my mods more difficult and involved) and
using SQL components?

basically i'm asking what is the correct way to setup a c/s software in
order to use IBO and firebird most effficiently?

thanks for all comments
Daniel