Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I created an application that uses ADO.NET in it. I want to install it on Windows which hasn't got SQL Server, and run without disturbing.

I used sqlconnection.

I mean; in the installation install a SQL version or somthing like that ... or maybe I must change the connection type! I don't know~

Anyway, guide me please.:confused:
Posted
Updated 11-Feb-10 6:17am
v2

If you don't have SQL Server installed, then the database driven part of your app obviously will not work, making the question kind of pointless. If you are scared of installing SQL Server Express Edition, you can look at the Compact Edition, which is self contained ( but limited as a result ).
 
Share this answer
 
It wasn't my answer :sigh: ,I mean is that any way to add sql component to my application in deployment ,to run it without installing SQL server separately?
if it's possible what's the limitation?
 
Share this answer
 
If this is an application made by you, you can easily device it to ensure that no error comes when database is not present.

If it is made by someone else, and the person who made it doesnt allow the application to run without database, then you must have Sql Server installed.

:(
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900