| Author: Dilip Kumbhar 15 Oct 2007 | Member Level: Gold | Rating: Points: 2 |
If you are using ms sql server, then copy the ldf and mdf files in u r local machine.ldf and mdf files can be found in the data folder of ms sql server in program files. For other databases u have to import data.
|
| Author: http://venkattechnicalblog.blogspot.com/ 15 Oct 2007 | Member Level: Diamond | Rating: Points: 2 |
Sir, please clarify me whether you are holding your database in the web server. If so then, proceed with replication related concepts to migrate the datas to the local server. Regards, Venkat
|
| Author: santosh kumar 16 Oct 2007 | Member Level: Bronze | Rating: Points: 2 |
hello everyone, i am using ms-access. let me first clear each and every thing about my project.
i developed a website, it takes some sensitive data from user and that data stores into the access database. For some security reasons i don't want to keep that data on the web server. So i want to synchronize the local database to the web server so that whenever any records gets inserted into the database table on web server, should also be inserted on the local database.
once that happens i want to delete that record from access database on web server
now i wanted to know whether this could be achived or not
please help me it is very urgent.
|