Click here to Skip to main content
16,009,343 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,

I have created one windows form application with sql database. i have created it as exe also.,

I runs fine in another machine but when i used to backup and restore i stuck with restoring the database.

1. database is not in the sql server or sqlexpress, it in some path like (d:\**\**.bak)i.e user installation path?
2.database path will be created by user on exe installation time.
3.how to backup and restore the database in client machine.
Posted

1 solution

It probably depends on how you did the backup. Have a look at this: Backing up an SQL Database in C#[^] - it may help.
 
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