stored procedure send-sql-statement in progress

schaapie

Member
In some of the documentation the mention a stored procedure "send-sql-statement" which should be there by default.

But...
Is it only available in an Oracle-db?
Can i even have stored-procedures on an progress-db?
If so, how can i create a stored-procedure in a progress-db which allows me to send a sql-statement. And how do I access the dataset which is returned?

Thanks
Schaapie
 

joey.jeremiah

ProgressTalk Moderator
Staff member
Progress has a SQL engine and you can also create stored procedures thru the SQL explorer.

Did you look at the "SQL Development" doc ?
 
Top