C
Chuck
I am working on a project that will support several different database types
(Access, SQL Server, MySQL and Oracle) and was hoping that everyone could
help shed some light on the different options that are available for this.
What I am looking for are suggestions on a "generic" way to manipulate a
database in terms of creating the actual database and tables, INSERT'ing,
DELETE'ing and SELECT'ing rows. What it comes down to is what are the best
ways to support multiple database types?
I know that I could use hard coded SQL statements that are unique to each
database type but is there a better way?
Any thoughts or suggestions on this would be greatly appreciated.
Thanks,
Chuck
(Access, SQL Server, MySQL and Oracle) and was hoping that everyone could
help shed some light on the different options that are available for this.
What I am looking for are suggestions on a "generic" way to manipulate a
database in terms of creating the actual database and tables, INSERT'ing,
DELETE'ing and SELECT'ing rows. What it comes down to is what are the best
ways to support multiple database types?
I know that I could use hard coded SQL statements that are unique to each
database type but is there a better way?
Any thoughts or suggestions on this would be greatly appreciated.
Thanks,
Chuck