Cakkie
May 14th, 2001, 06:23 AM
Houston, I have a problem. I need to retrieve text from the SQL server. Anyone who has ever worked with Query Analizer must know what I mean. For those who don't (or forgot), I mean the text that is returned when running a statement (like X rows affected). Actually, I'm more after the text that is returned by stored procedures (including generated by the print statement).
This is because I need to get information about the path the procedure followed. This information is outed with the print statment.
Also would it be handy to get a real error message instead of '-201354215 method execute of connection failed'
Thanx
Tom Cannaerts
slisse@planetinternet.be
Programming today is a race between software engineers striving to build bigger and better idot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook
This is because I need to get information about the path the procedure followed. This information is outed with the print statment.
Also would it be handy to get a real error message instead of '-201354215 method execute of connection failed'
Thanx
Tom Cannaerts
slisse@planetinternet.be
Programming today is a race between software engineers striving to build bigger and better idot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook