yeah... so basically, if i was working on a project and wanted the project to NOT be limited to using MySQL over SQL or P-SQL or Oracle, etc. Is there a generic driver I can use to write to all of them instead of needing to ensure that the clients have a bunch of different drivers???

I may not even be asking a valid question mind you. This is all because I've written a project where all of my clients write to a MySQL database and had to push out the MySQL ODBC driver to all systems to allow them to write to the DB with their information. I was wondering if there's a driver or way to get around this requirement...