Subject Re: [ib-support] visual basic - error messages
Author Sandeep Chandra
> HOw can I send to vb, the error messages of my stored procedures?
Don't know if this will help or not, but I always have a return field in
my stor proc, and I use select statement to execute my SP. After
executing the statement I check if there is anything in return field, if
there is then I display it as error message.

Regards

Sandeep