ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Download File
|
View Changeset
|
Root Listing
root
/
public
/
ibx
/
trunk
/
testsuite
/
resources
/
Test11.sql
Revision:
315
Committed:
Thu Feb 25 11:56:36 2021 UTC
(3 years, 9 months ago) by
tony
Content type:
application/sql
File size:
120 byte(s)
Log Message:
Updated for IBX 4 release
File Contents
#
User
Rev
Content
1
tony
315
Set
Term
^
;
2
Create
Procedure
CallEvent
(
3
EventName
VarChar
(
32
)
4
)
5
As
6
Begin
7
Post_Event
:
EventName
;
8
End
^
9
set
term
;
^
10