Welcome To The Home Of The Visual FoxPro Experts  
home. signup. forum. archives. search. google. articles. downloads. faq. members. weblogs. sponsors. rss.
 From: Cetin Basoz
  Where is Cetin Basoz?
 Izmir
 Turkey
 Cetin Basoz
 To: Riaz Ahmed
  Where is Riaz Ahmed?
 Karachi
 Pakistan
 Riaz Ahmed
 Tags
Subject: RE: Automate MSDE
Thread ID: 199371 Message ID: 199373 # Views: 51 # Ratings: 0
Version: Visual FoxPro 9 Category: Distribution and InstallShield
Date: Monday, October 20, 2008 12:06:57 PM         
   


> I want to distribute MSDE with my application:
>
> 1. How do I include MSDE in my application setup?
> 2. How do I automate MSDE installation during application setup?
> 3. How do I automate attachment of my application's database to MSDE?
>
> thanks & regards
>
> -

You don't distribute MSDE. MSDE is outdated and obsolete. Instead you instruct your users to download one of their choice from:

http://www.microsoft.com/express/sql/download

SQL server 2008 Express (SSE) is the newest free version of SQL server. It can manage SQL2000/2005 databases too. Unlike MSDE with SSE you don't have user limit (limits: 4Gb, 1CPU, 1Gb RAM). And unlike MSDE it comes with optional tools like Management Studio (consolidated version of enterprise manager, query analyzer ... in sql2000), Reporting Services ...

PS: Or you download and redistribute sqlexpr.exe

Cetin Basoz
---------------
Please post sample data in code form. Follow this link to do that: http://www.foxite.com/faq/default.aspx?id=50



COMPLETE THREAD
Automate MSDE Posted by Riaz Ahmed @ 10/20/2008 11:52:38 AM
RE: Automate MSDE Posted by Cetin Basoz @ 10/20/2008 12:06:57 PM