Delphi_7.0数据库开发源代码。有内容十一章节

源代码在线查看: ibdemo.txt

软件大小: 663 K
上传用户: rylzll
关键词: Delphi 7.0 数据库 源代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				PURPOSE:
				--------
				
				This demo is designed to show the use of InterBases' event alerters.
				
				USE:
				----
				
				To use the Event Alerter demo:
				
				1)  Start by making sure that the Local InterBase engine is running.
				
				2)  Run the demo application and press the "Open Database" button.
				
				3)  Log onto the supplied database 'events.gdb' with a password of
				    "masterkey".
				
				4)  Enter the name of your event i.e. "MyEvent" into the "Event Registration"
				    list box, and then press the "Register Events" button.
				
				5) To simulate the event being generated by the server, enter the previously
				   registered event name into the "Generate Events" event field, and then
				   press the "Generate Event" button.
				
				Note that the demo will log the notification from the server that the
				registered event has been generated.
				
							

相关资源