|
-
Mar 2nd, 2005, 04:44 AM
#1
Thread Starter
Lively Member
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
-
Mar 2nd, 2005, 06:41 AM
#2
Frenzied Member
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
-
Mar 2nd, 2005, 08:55 AM
#3
Thread Starter
Lively Member
Re: Whats the best way to work with multiple database?
show me some examples in C# thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|