Robert Martin asked: > If you were going to move a large app to a Firebird database which > connection method would you use, ADO, ADO.Net, ODBC, IBOjects, > DBExpress etc?
I'd be using IBObjects, as I have done so with great satisfaction for many years now -- optimal access, control and performance. > I thought the advantage of ADO over IBOjects etc was that if we later > changed database the change would be fairly transparent. That is correct. However, it's a relative thing -- I find the DB- level changes are often more significant than interface-based code changes when I tackle such shifts. cheers, peter =========================================== Peter Hyde, Development Director, SPIS Ltd, Christchurch, New Zealand * TCompress/TCompLHA component sets for Delphi/Kylix/C++ * TurboNote+: http://TurboNote.com -- top-rated onscreen sticky notes Find all the above and MORE at http://spis.co.nz _______________________________________________ Delphi mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi
