Delphi 7数据库开发 配套源代码,内含1-18章各示例代码!~

源代码在线查看: ibdemo.txt

软件大小: 662 K
上传用户: struggle10000
关键词: Delphi 18 数据库 代码
下载地址: 免注册下载 普通下载 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.
				
							

相关资源