how to call stored procedures of progress 4GL in javascript..

Hi all
could anybody tell me
how to create stored procedure in progress 4GL.
and also i nedd to call that stored procedure in javascript.

Thanks in advance..
 

tamhas

ProgressTalk.com Sponsor
Note that 4GL triggers and SQL triggers and stored procedures are two separate worlds. The SQL side can't call or trigger the 4GL and vice-versa. If you want the same trigger behavior on both sides, you need to write both a 4GL trigger and a Java trigger.
 
Top