|
-
Apr 10th, 2005, 11:16 PM
#1
Thread Starter
Lively Member
About DB update
I have made an application that is running in 3 different places. Now I need to update my central office database with the change of the other office datas. I have no intranet connection between the offices.
I want to take the other offices DB by floppy/CD or by email. And then want to update my central database according to those databases.
Can you help me?
Can you give me any suggessions related to this ?
For more information I am using Access databases.
Rajib
-
Apr 11th, 2005, 12:44 AM
#2
Re: About DB update
Perhaps you need to make a program that would save the records in those databases copied thorugh floppy/cd in your central database.
-
Apr 11th, 2005, 01:24 AM
#3
Thread Starter
Lively Member
Re: About DB update
Thank you for your cooperation.
If you explain details ( how I can copy new datas to central database) then it can help me more.
Rajib
-
Apr 11th, 2005, 04:02 AM
#4
Member
Re: About DB update
Hi,
How many tables are required to update ?.For this once u r DB copied which is taken from some means of storage(Floopy,CD etc,,).You need to run a programme which should open a connection with this New DB and u r exsting DB,Should cross compare for duplicate records for each table.And finally update the data.Hope u understood or required more.
Satish
-
Apr 11th, 2005, 04:15 AM
#5
Thread Starter
Lively Member
Re: About DB update
Thanks for all ur help.
I think i understood and can do the job.
If u know how this can be possible in MSSQL SERVER then please help. I think there is no chance to copy DB from one place to another by disks.
Thanks for all your effective suggessions.
Rajib
-
Apr 11th, 2005, 04:53 AM
#6
Member
Re: About DB update
Hi,
I dont have SQL SERVER in my system right now.But you check by right clicking on the table or database,there is import option and fallow the wizard.I think it will help you.
Satish
-
Apr 11th, 2005, 06:44 AM
#7
Re: About DB update
 Originally Posted by phrajib
Thanks for all ur help.
I think i understood and can do the job.
If u know how this can be possible in MSSQL SERVER then please help. I think there is no chance to copy DB from one place to another by disks.
Thanks for all your effective suggessions.
Rajib
Perhaps not by disks, but you can certainly ship databases on CD/DVD's. I get copies of entire SQL Server databases from clients on CDs.
Anyway, once you have the database stored locally, it would be pretty simple to write a quick VB app that connected to both the central database, and the one just received, and run an UPDATE query for existing records and/or and INSERT query for new records.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|