Viewing 7 posts - 1 through 8 (of 8 total)
Mmm there's no Error Collection in ADO NET sqlConnection class
A "Error Collection" exists but when sqlExceptions happens
In this case no exceptions occurs before the "loss" of the sqlConnection
how could we...
Nemachtiani
April 19, 2013 at 11:43 am
Hi Mr. Magoo
I'll try first search and log the error collections in my copy of sqlConnection before the ExecuteScalar and even int the first instance of sqlConnection and sqlTransaction
After that...
Nemachtiani
April 8, 2013 at 11:56 am
Hi Mr. Magoo
SP content basically is like this:
CREATE PROC [dbo].[spInitialInsert]
@CustomerId varchar(10),
@Input varchar(100)
AS ...
Nemachtiani
April 8, 2013 at 11:06 am
Hi Mr. Magoo
Sorry for being "vague" but cannot just post all code for obvious reasons...
I'll check with detail your tip about "byref"...just don't know why the "byval" have been working...
Nemachtiani
April 8, 2013 at 10:02 am
Hi Lowell
I've thinking about it but in that case it should happen every time we process the same input...
We reprocess the input and it commits ok, without ANY source...
Nemachtiani
July 25, 2011 at 1:11 pm
Thanks a lot for your suggestions
I try to replicate it closing connection but there's always an exception that's catched
It happens again recently, with same symptoms, in a different source, but...
Nemachtiani
July 25, 2011 at 12:54 pm
Thanks a lot Jeffrey
I'm looking at the .Net code and for each user process request there's one SqlClient.SqlTransaction running 5 SPs, each inserting in a respective table.
There's a try ......
Nemachtiani
June 22, 2011 at 6:27 pm
Viewing 7 posts - 1 through 8 (of 8 total)