Posted by David Greenberg on 07/18/07 12:59
Hello
I'm calling a stored procedure in VB6 using the "execute" command of
rdoquery.
Does anyone know how to check whether or not the execute command was
succesfull or not. Not on the level of whether any rows were updated or
selected but whether any Sql errors occured. VB picks up on any errors
but I want to be able to identify them on the application level and deal
with them myself.
I already tried the "rowsaffected" property but that isn't what I need.
Any ideas anyone ?
David Greenberg
Navigation:
[Reply to this message]
|