Click here to Skip to main content
15,884,986 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am developing a window application using ASP.NET
in VS 2010 - Framework 3.5
in this application i am using sqlserver 2008 for database
my client's requirement is that he don't want to install sqlserver in his system
is there any possibility to do this with any DLL or any thing else...
Posted

No, Since MS Sql server is a database server and it must be installed on system, on the other hand You can use file based databases like ms access,sqlite, if you don't want to install any server.
 
Share this answer
 
I don't know what is the requirement of your client, but you must carry your bag wherever you travel. I mean to say, where are you going to store the database if the client does not want to install the MS SQL Server in the system? In that case I would say, you must be using the MS SQL server online facility.
There is no other choices. You need a Database server to store the database. Next is the traditional file system.
 
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