What kind of database are you using right now? Most of these ADOs are just connector objects (for lack of better term) that you use to connect to a data source. You can always create ODBC connection and just re-configure that whenever your data source changes. However, you might've used some scripts that are specific to your current database. That, you still have to change.
-- CK