Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Parameters in ODBC Err message

Status
Not open for further replies.

dbockal

IS-IT--Management
Sep 30, 2000
2
IT
Hi,

Is there any way to isolate (except with string parsing) parameters in SQL
Srv Error message? For example message
[Microsoft][ODBC SQL Server Driver][SQL Server]Could not find stored
procedure 'a'
has one parameter at the end (name of the stored procedure). In this simple
example is easy to find procedure name ('a') by parsing but in complex
messages it would be nice to know how to isolate only parameters in message.

Any ideas??

Thanks

Damir [sig][/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top