Results 1 to 3 of 3

Thread: Automatic Database Copy (Data Migration)

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2002
    Posts
    2

    Angry Automatic Database Copy (Data Migration)

    Hi Everybody,
    I wanted to know some information about Database programming which is liek Migration of Data from one type of Database to other type of Database.
    Is it possible for us to automatically insert a record into SQL-Server or Access Database whenever we insert a record nto the Access or SQL-Server database with same tables and vice versa.
    Thanks in advance to somebody who solves my doubt or problem.
    Kiran

  2. #2
    Lively Member
    Join Date
    Jun 2002
    Location
    Kuwait
    Posts
    85
    Create a DTS package that exports the new record in the sql server table to the access table and execute that package from a trigger on the sql server in the After Insert.
    Your attitude determines your altitude!!!

  3. #3

    Thread Starter
    New Member
    Join Date
    Oct 2002
    Posts
    2
    Hello,
    According to u we can transfer the data from SQL-Server to Access but what to do if we are transferring the record from Access to SQL-Server.
    Kiran

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