Disable Server Error Messages to Client App (VB)
- From: "VesnaSA" <VesnaVujovicSA@xxxxxxxxx>
- Date: 17 Nov 2005 07:17:02 -0800
Hi people!
Can anyone help me with this one? Using SQL Server 2000 and VB5,
calling a stored procedure from VB code. When a message occurs like:
Server: Msg 515, Level 16, State 2, Procedure Ve_KarticeIsplate, Line
235
Cannot insert the value NULL into column 'konto', table
'ibis.dbo.promkred'; column does not allow nulls. INSERT fails.
The statement has been terminated.
VB freaks out, looses the connection to server and stops the execution.
I want to be either be able to disable this message or to ignore it
from client app (using ADO for connection)...
(Simply to ignore the error so that the procedure runs further
regardless of errors)
Thanx...
.
- Follow-Ups:
- Re: Disable Server Error Messages to Client App (VB)
- From: m.posseth
- Re: Disable Server Error Messages to Client App (VB)
- Prev by Date: Re: Retrieving Data From Web Database
- Next by Date: Re: Retrieving Data From Web Database
- Previous by thread: Retrieving Data From Web Database
- Next by thread: Re: Disable Server Error Messages to Client App (VB)
- Index(es):
Relevant Pages
|