Results 1 to 3 of 3

Thread: Whats the best way to work with multiple database?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2001
    Location
    fl
    Posts
    92

    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

  2. #2
    Frenzied Member dj4uk's Avatar
    Join Date
    Aug 2002
    Location
    Birmingham, UK Lobotomies: 3
    Posts
    1,131

    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

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Nov 2001
    Location
    fl
    Posts
    92

    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
  •  



Click Here to Expand Forum to Full Width