Hi there,
I am developing a simple application using C#, which perform simple function to the user,
it must save some information about the user , the info needed to be permanently saved (but could be changed from time to time by the user) but the application cant work unless those info. are there,
the first idea to use a data base, I am using SQL , but when I am ready to deploy the application, prepared the setup file and every thing ,
But I do not know how to deal with the data base, (where the user dose not have to download the SQL server):S ,
Exaple: I am using a traditional connection to database(connextion string, commands,...)
but I wonder what would be the server name in the connection string for example,( I am using my computer's name because I am developing the application on my computer, ??
I.e: what should I do in order to deploy my application that uses a database for users ,
OR is there another way to do what I need to , with out the use of DB:-/
I hope I made my self clear ,
please any help, all what I need is some hints
Thanks in advance