I want to make a database window application using Visual Studio 2008(with C#) which is basically a search engine for searching images(of size 25 KB to 95 KB) .
I want to sell my application in CD\DVD in such a way that it should run directly from CD\DVD. As I do not want the database of my application to rest on client system .
Can anyone tell me which database I should use in my application ?
vinnijain 0 Junior Poster
Recommended Answers
Jump to PostYou should use MS SQL Server Compact Edition. This server does not run as a window service so deployment is very easy. You can use XCOPY based deployment also with it.
Jump to PostYes, it is just a file. You can copy it with other project files in a CD. The extension of this databse is .sdf.
You can create it by using Visual Studio SP1 by selecting Create > New Local Database.
Jump to Post>>Will it require any license pricing?
No, it won't. Take a look at Microsoft's site:
http://www.microsoft.com/Sqlserver/2005/en/us/compact.aspxYou technically need to fill out an online form where Microsoft "authorizes" you to distribute …
All 12 Replies
MxDev -2 Junior Poster
MxDev -2 Junior Poster
MxDev -2 Junior Poster
vinnijain 0 Junior Poster
apegram 302 LINQ! Team Colleague
vinnijain 0 Junior Poster
greatdevelopers 0 Newbie Poster
vinnijain 0 Junior Poster
greatdevelopers 0 Newbie Poster
vinnijain 0 Junior Poster
sknake 1,622 Senior Poster Featured Poster
vinnijain 0 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.