jtseltmann
Programmer
I have a vb routine that uses a ADODB command to run a sql stroed procedure. This routine has been running fine for a long time now but we have a new wrinkle. They modified the SQL stored proc to have a "Print" statement in the first few lines of the proc and this is causing my VB routine to trip the ErrorHandler code. I get a message box (which is the error handler) and it shows the "Print" statement.
Is this normal? Is the Print statement in the SQL proc causing the return to VB and the error handler code to be executed?
Anyone have any direction for me? Thanks a million!
Is this normal? Is the Print statement in the SQL proc causing the return to VB and the error handler code to be executed?
Anyone have any direction for me? Thanks a million!