Making a back up of database while my application set up [closed] - c#

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
i have build up a application in c# for my client.During the testing of the application the client inserts data for testing and whenever i reinstall the updated software the data inserted by the client is replaced by new database.so how can i not replace that database.

everytime you install the application,you can backup the data into file,and then restore it.

Related

Downloading files via button with c# [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 days ago.
Improve this question
I'm making an application with c#, but I'm not very knowledgeable, it needs to download something via the button
I'm making a folder download program with c#, thanks to the program, I can download folders.

send files in a real time Asp.net application [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
so i'm working on a chat application with signalR. And i want to know if there is a way to send attachement and files ?
I know we can't do that using SignalR but is there another way ?
One way would be to use normal Http transfer, and manage the download/upload linking using SignalR,
check out this link:
https://github.com/garethrbrown/aspnet-signalr-upload-progress-bar

sharing data members between two application in c# [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
I want share data between two application in c#. I have done it using IPC and text file read and write.But I want two share data rather than it.
You can use:
Local DB and connect both applications to it
Shared file
Net pipe to connect applications (search NetNamedPipeBinding and DuplexChannelFactory)

List all Postgre SQL Databases in C# [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I'm trying to write a code in C# which lists all the Database in a specific IP Address but I don't know where to start. Please help!!!
I think I got the answer. I just need to open the postgres database which is created by default when you create a database instance and do this query.
SELECT datname FROM pg_database
WHERE datistemplate = false;

How to Install Sql server based software? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
Guys I have made a medical mangment system in c# using windows form application on visual studio and SQL Server.
Now i want to install it on other desktop.
How can i do this ? I want to give him a only .exe file and installing it it should work as it works now own my Laptop.
Bundling SQL express into an existing application is a complex process, not easily described in one post. I would suggest starting with http://msdn.microsoft.com/en-us/library/dd981032(v=sql.100).aspx, then make a new question for any challenges you encounter.

Categories

Resources