Forum: Visual C++
August 22nd, 2005, 02:22 PM
|
|
Replies: 1
Views: 1,980
|
Forum: Visual C++
August 22nd, 2005, 12:27 PM
|
|
Replies: 1
Views: 1,980
VC++ .NET
Hi,
I'm trying to write a simple VC++ .NET application, which needs to be run from a share. The problem is with TRUST. I'm able to run the program locally w/o a problem, but I get exception...
|
Forum: All Other Wrox Books
September 27th, 2003, 04:48 PM
|
|
Replies: 0
Views: 1,133
SQL Errors - ASP Notification
Does anyone know how I can reflect an error that is set in a SQL Procedure using the RaisError command.
i.e.
Create Procedure GetEmps
as
RaisError( "Error Test", 16, 1 )
iF i call this Sproc...
|