October 28, 2008 at 6:30 pm
Hi
I'm new here!
I just made a little program in csharp that use sql server express, I want to deploy it and install it on my laptop.. do I need to re-install sql server for each machine that I want to use my program?
it's there an easy away to include some .dll with my application so sql can still work.?
thanks
October 29, 2008 at 6:51 am
Since you are using SQL Server Express you will need to install it, if it does not already exist on each PC your application is installed to. If you want a DLL based deployment you would need to use SQL Server Mobile which comes with it's own set of issues.
Here is a link on how to embed Express within applications: http://www.sqlservercentral.com/redirect/articles/2175/
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 29, 2008 at 8:42 pm
Thanks Jack 🙂
it's working nicely, it's seem that the mobile create special database file format
myDatabase.sdf
but thanks for your help
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply