Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi, i had one doubt in developing windows applications....

we are creating applications using database as data storage...
we are using database of local systems or in a closed lan network

but i had a doubt that how should we write code for an application to work on every systems like other apps using their local memory as database?

in connection string we write the code for the server that present at our presence... but all other systems in the world get access to our local servers..!!!??????????????????????????????
then what code should we write to develop application to run on every system and data should be stored in their local memory of their respective systems
Posted
Updated 4-Jul-14 0:07am
v2

1 solution

You can create a Local Database SDF File and use that for your Database operations.

Refer - Use Local Database File in C# Windows Application[^]
 
Share this answer
 
Comments
chaitanya556 4-Jul-14 7:30am    
does it work on other computers? which doesn't have any daabase softwares?

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