I'm starting a new .NET project that requires the ability to use a MySQL database or an Oracle database. So, I've just begun to investigate O/R mapping tools. Using LLBLGen and assuming both DB's have the same schema, would it be as simple as changing the connection string within the 'web.config' to switch between the two databases.
Thanks,
TML