Menu

pfgPalmSyncComponent

Help
pttk
2004-10-12
2013-03-22
  • pttk

    pttk - 2004-10-12

    Hi,

    I build one conduit with pfgPalmSyncComponent, I look Contacs sample, but when pfgPalmSyncComponent_TomaPedidos.Sync(props) start nothing happends, the cursor in Wait SQL mode. Review code line by line but I'cant work my conduit.

    Any idea?

    Thank

    PTTK

     
    • pttk

      pttk - 2004-10-12

      I install "Conduit Contacts" sample and happens the same, the cursor in wait SQL mode for ever.

      Thank

      PTTK

       
    • pttk

      pttk - 2004-10-12

      The problem is :

      ContactsmQuery.Open;

      when execute this instruction the conduit stop!!, tha same happens with ADOQuery

      Any idea?

      Thank

      PTTK

       
    • pttk

      pttk - 2004-10-12

      The same problem with : ContactsmQuery.ExecSQL, when execute this instruction the conduit stop!!,

       
    • Paul Gilbert

      Paul Gilbert - 2004-10-13

      Unfortunately, the contacts example is the one example I didn't write myself, and it relies on a third party local database library. If you're having trouble getting it to work, check out the readme.txt file that comes with the example for information on where to get the library.

      If you still have trouble, I'm not sure what else to suggest. Try extracting the offending code and putting it in a test application - this will at least eliminate any synchronisation issues and allow you to properly test the databasing to get it right before returning to getting the conduit to run properly.

      DreamMaster.

       
    • pttk

      pttk - 2004-10-13

      Thank Paul,

      The problem is with all Query component (Dbxepress, ADO, mQuery....), when try "Open" or "ExecSQL" the conduit halt!.

      I build all new code, but the problem is the same.

      Any idea?

      Thank again

      PTTK

       
    • pttk

      pttk - 2004-10-14

      Hi,

      I found the problem :

      finalization
        begin
          //DataModule_TomaPedidos.free;
        end;

      When include instruction DataModule.Free and conduit finish, FREEZE application.

      That all!!!

      Thank

      PTTK

       
      • Paul Gilbert

        Paul Gilbert - 2004-10-15

        If it's freezing when the data module is freed, then it's being caused by one of the components on the data module form being freed. Perhaps one of your query components.

        I'd treat this "fix" with caution - you're getting around it by not properly freeing the resources used by the application, and that's always a big no-no with Windows - you end up with memory leaks and so on.

        Whilst I can't offer much in the way of advise, since the problem is occurring with the query components rather than the actual core conduit library, my previous advise stands - try copying and pasting the same query access code to a separate test application to see if the problem still occurs, and chase it down from there. You might also want to post for help  a forum more devoted to the query components than for the general conduit library, since as I said, I'm unable to help much with third-party components/libraries.

         
    • pttk

      pttk - 2004-10-15

      Any way, thank Paul

      PTTK

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.