CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2010
    Posts
    1

    Question Please Guide me for Multi Database Provider

    Hi,

    i'm using C# (WPF) in visual studio 2010 beta ....

    i want write a application that normal users make daily record in databse, for this normal users, i need embeded database like "SQL Compact", and for special user that merge normal users records, i need a faster database like "MS SQL" or "MySQL".
    and now, any idea how to have ability to changing between database system (like : SQL Compact, MS SQL, MySQL or ...) in my application ?


    ps: sorry for bad english ^_^

  2. #2
    Join Date
    Apr 2002
    Location
    Egypt
    Posts
    2,210

    Re: Please Guide me for Multi Database Provider

    Using Microsoft enterprise library 4.1, should help a lot.
    Hesham A. Amin
    My blog , Articles


    <a rel=https://twitter.com/HeshamAmin" border="0" /> @HeshamAmin

Tags for this Thread

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

Featured