If i have a stored procedure ,and i make an insert .
i wanna to return 0 or 1 according to if the insert operation succeeded or not how to do this in informix .i wanna to know if there’s some thing similar to @@rowcount in sql server?.
Example if possible please.
It seems you can use the following in a stored procedure to extract the rowcount.
(The syntax might be off; it’s been years since I used Informix.)