home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Runimage / Delphi50 / Demos / Db / Ibdemo / IBDEMO.TXT < prev   
Encoding:
Text File  |  1999-08-11  |  818 b   |  28 lines

  1. PURPOSE:
  2. --------
  3.  
  4. This demo is designed to show the use of InterBases' event alerters.
  5.  
  6. USE:
  7. ----
  8.  
  9. To use the Event Alerter demo:
  10.  
  11. 1)  Start by making sure that the Local InterBase engine is running.
  12.  
  13. 2)  Run the demo application and press the "Open Database" button.
  14.  
  15. 3)  Log onto the supplied database 'events.gdb' with a password of
  16.     "masterkey".
  17.  
  18. 4)  Enter the name of your event i.e. "MyEvent" into the "Event Registration"
  19.     list box, and then press the "Register Events" button.
  20.  
  21. 5) To simulate the event being generated by the server, enter the previously
  22.    registered event name into the "Generate Events" event field, and then
  23.    press the "Generate Event" button.
  24.  
  25. Note that the demo will log the notification from the server that the
  26. registered event has been generated.
  27.  
  28.