Good evening folks.
I have an Stored Procedure in my database that returns only one integer but how do I "get" this result/return in Clarion?
I have tried many ways like:
Dummy{PROP:SQL} = 'select last_client();'
Dummy{PROP:SQL} = 'call last_client();'
Dummy{PROP:SQL} = 'select * from last_client();'
Dummy{PROP:SQL} = 'select last_client from last_client();'
But still don't work.
Best regards.
I have an Stored Procedure in my database that returns only one integer but how do I "get" this result/return in Clarion?
I have tried many ways like:
Dummy{PROP:SQL} = 'select last_client();'
Dummy{PROP:SQL} = 'call last_client();'
Dummy{PROP:SQL} = 'select * from last_client();'
Dummy{PROP:SQL} = 'select last_client from last_client();'
But still don't work.
Best regards.