CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: MSDE

  1. #1
    Join Date
    Feb 2000
    Posts
    2

    MSDE

    People,

    Can someone tell me a little more about MSDE and, most importantly, where can I download the engine from??

    Cheers,

    Frank


  2. #2
    Join Date
    Feb 2000
    Location
    Indiana
    Posts
    308

    Re: MSDE

    MSDE is a scaled-down version of the SQL Server engine. This should make any app that you build based on the MSDE scal to SQL Server with only trivial code change (modify connect string). M$ had this available for free download along with the Windows Installer to registered Visual Studio Pro and Enterprise users in October. Check the Visual Studio site and it may still be in the downloads area.


  3. #3
    Join Date
    May 1999
    Posts
    3,332

    Re: MSDE

    MSDN has an excellent article that tells you everything about MSDE.
    Title: "Microsoft Data Engine (MSDE) for Microsoft Visual Studio 6.0: An Alternative to Jet for Building Desktop and Shared Solutions"


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