PDA

View Full Version : Generic conduit singe Database


arsh
04-03-2006, 03:59 AM
I am using cdk 4.02 & made a generic conduit for mirror image sync. If my Handheld application contains only 1 database then there is no problem. I am getting data on both sides.

But if my application contains more than 1 database than in my open conduit I get all databases in conduit. In my Myconduitpcmgr I have written code to read & write only 1 database so my syncronization fails.
It shows->:First-chance exception in hotsync.exe (myconduit.DLL): 0xC0000005: Access Violation.
in conduit

My question is how to make changes in open conduit or any where in my code so that I get only 1 database in which I am interested.

From internet I have got information that we have to update OpenConduit() so that it creates a CSynchronizer object for each database.

But I am not able to get through

Any help would be appreciated