About Bundle-Track
Home Solutions Products About Us About Us

 

  Accessing Support
Self Help
  • Online Knowledge Base
  • User Documents
  •  

    Free Support
  • support@bundle-track.com
  • Fax 617-556-4005
  •  

    Contract and Billable
  • phone 617-556-4003 x261
  • Support: Databases: Speeding Event Entry by Disabling Team-Based Pay

    This article applies only to Bundle-Track versions 3.6 and higher.

    If you never use Team-based pay, you may enjoy improved Event Entry speed by disabling the database processing that supports Team-based pay.

    Requirements:

    Procedure:

    1. Get ISQL ready to run your commands.
    2. Copy and Paste the following code into ISQL:

      DROP TRIGGER EVECURAI;
      COMMIT;
      DROP TRIGGER EVECURAU;
      COMMIT;
      DROP TRIGGER EVECURBD;
      COMMIT;
      DROP TRIGGER EVECURAD;
      COMMIT;


       
    3. Click the Lightning Bolt icon to execute and note the result.
      • If the code executes successfully, it will simply disappear from the upper window.
      • If you get an error message, contact Bundle-Track support.
         
    4. Exit ISQL and IBConsole.
       
     

    top