Hi all, I'm in need of a conduit that will transfer multiple Palm databases down to the PC (one-way only). I don't know the names of the databases until the time of the HotSync, but the creator will be the same. >From the digging I've donw so far I think I can override CMyConduitMonitor::EngageStandard to figure out how many db's there are to sync by using SyncFindDbByTypeCreator, and stuff that into m_TotRemoteDBs. Now, if I call the inherited version of EngageStandard it should call MyConduitMonitor::ObtainsRemoteTables once for each db, and I can simply open and return a reference. So the question is, "Can this be done a simpler way?". I know that the CSyncProperties object that is passed to my monitor's constructor contains both an array of db names, and a list of db references. What do I need to do to make use of them? Any, and all, ideas appreciated... Thanks, Gavin.
