jlbutl
Posts: 2
|
| Posted: 03/02/2009, 7:32 PM |
|
I'm using the application builder to create a form to add a record to a mysql table. I've set the form to access the table that I'm adding to, and set the insert action to a custom procedure and used the builder to add the parameters for the stored procedure. The procedure runs and I am getting the data added, but am not getting the resultset back...
The stored procedure executes a select statement that returns a field as result that I want displayed in a label on the form.
i.e. select 'success' as result.
Any idea how I can do this?
|
 |
 |
|