CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2005
    Posts
    62

    Unhappy Database Synchronization

    Hi,
    I am developing an application in Vb6.0 & backend as MS-Sqlserver 2k. this application is client-server & also i am developing for web.in this my database will be at offline server & same database will be on webserver. now i want to synchronize those two databases which r offline & which is on web, means whichever update,delete,insert operation will take place at offline or db on web should affect both db.if i delete or update any record at offline db, when i will run db synchronization code then same updation should affect the db which is online.
    i got db synchronization s/w but it just synchronize the structure of db but not the records.Is this possible using vb6.0?Please anyone tell me how to do that.

    i ve tried snapshot replication, but it is not solving my problem. i ve done it on local server.
    I am using MSSQL Server 2k personal edition, it is not showing me transaction replication option active & when i select merge replication then it is not showing me objects,like tables in the database. please guide me.

  2. #2
    Join Date
    Feb 2005
    Location
    "The Capital"
    Posts
    5,306

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

Featured