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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: saduc
  • Order by date
  1. saduc

    displaying RAISERROR message in C++ application (!!!)

    Sorry, but you did not probably get the right idea of my problem. Byt - after lets say 12 hours spent during the night on that problem, I solved it by revriting the application to the 'SQLOLEDB' provider, adding SET NOCOUNT ON command at the start of each stored procedure which works with...
  2. saduc

    displaying RAISERROR message in C++ application (!!!)

    well, thanks - but it does not work exactely in the way I need if the test is like this: CREATE PROCEDURE test @id int=0 AS If @id>100 RAISERROR('@id>100',16,1) I tried the same to rewrite into ODBC calls - and it works, but I do not want to rewrite all the project from ADO to ODBC - it...
  3. saduc

    displaying RAISERROR message in C++ application (!!!)

    I would be gratefull if someone can help me with this problem which borders me a lot: (I simplified my solution to test procedure) I have this stored procedure: CREATE PROCEDURE test ( @id varchar(100)) AS RAISERROR('Error message',15,1) I have application written in C++ using ADO I catch...

Part and Inventory Search

Back
Top