Subject IBO & BDE
Author Stephen Boyd
What are the implications, if any, of running IBO & BDE in the same
executable? I have an enormous app and I am thinking of migrating it to
IBO in pieces so that some of the db I/O would happen through IBO and
some throught BDE (over separate sessions of course) during the
migration period. This would allow me to do a phased migration without
having to shutdown development while I did it.