Results 1 to 7 of 7

Thread: About DB update

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2005
    Location
    Dhaka, Bangladesh
    Posts
    102

    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

  2. #2
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    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.
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Mar 2005
    Location
    Dhaka, Bangladesh
    Posts
    102

    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

  4. #4
    Member
    Join Date
    Jan 2003
    Location
    Bangalore
    Posts
    47

    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

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Mar 2005
    Location
    Dhaka, Bangladesh
    Posts
    102

    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

  6. #6
    Member
    Join Date
    Jan 2003
    Location
    Bangalore
    Posts
    47

    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

  7. #7
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: About DB update

    Quote 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
  •  



Click Here to Expand Forum to Full Width