MortenWennevik
Fri May 09 00:02:00 CDT 2008
Hi Todd,
Not necessarily. If the user already has an SQL server he should be able to
use the existing one instead of adding a new. If you put this as a
requirement to use your program you can leave it up to the user to take care
of it, but if it is likely that the user does not already have an SQL server
you should consider shipping SQL Express with your program. There are some
licensing issues with this which I believe is only down to registering that
you intend to ship sql express along with your program
[How to Obtain SQL Server 2005 Express Edition]
http://www.microsoft.com/sql/editions/express/howtobuy.mspx
--
Happy Coding!
Morten Wennevik [C# MVP]
"Todd Carnes" wrote:
> I'm writing my first app that uses SQL Express to store a bunch of user
> data (vice using a simple txt file, etc.), but I have a question that
> you guys who've been doing this a while will probably laugh at.
>
> Once I've completed my app, will I have to ship SQL Express with my app
> in order for people to use my program?
>
> Todd
>