Whats the best way to work with multiple database?
What is the best way to handle multiple databases like mysql, mssql, oracle, and ms access. Whats the best way to code in this situation? It is possible to have one generic class and standard method for each to make the code more portable?
thanks in advance
Re: Whats the best way to work with multiple database?
Separate the data access layer so you can chop and change according to database used.
DJ
Re: Whats the best way to work with multiple database?
show me some examples in C# thanks