F
flu
I recently had to modify an application that had originally been written for
SQL Server to work with MySQL. I found myself replacing all of the
declarations for the connection and command objects with their MySQL class
equivalents.
In hindsight it is clear my code should have been written originally for
some basic or super SQL class that SQLServer, MySQL, or ODBC, implements.
Ideally this could be determined even at run time.
This is a problem I'm sure others in this group have run into.
I am interested in how you have approached this problem.
TIA
SQL Server to work with MySQL. I found myself replacing all of the
declarations for the connection and command objects with their MySQL class
equivalents.
In hindsight it is clear my code should have been written originally for
some basic or super SQL class that SQLServer, MySQL, or ODBC, implements.
Ideally this could be determined even at run time.
This is a problem I'm sure others in this group have run into.
I am interested in how you have approached this problem.
TIA