E
Eitan
Hello,
I am using transaction in aspx code
Set myCon = Server.CreateObject("ADODB.Connection")
myCon .Open = GetConString()
.....
myCon.BeginTrans
....
call myCon.CommitTrans
For a reason I don't know,
I get the message (sometimes) :
MICROSOFT OLE DB PROVIDER FOR SQL SERVER ERROR '80004005'
What may be the reason for that message
Thanks
I am using transaction in aspx code
Set myCon = Server.CreateObject("ADODB.Connection")
myCon .Open = GetConString()
.....
myCon.BeginTrans
....
call myCon.CommitTrans
For a reason I don't know,
I get the message (sometimes) :
MICROSOFT OLE DB PROVIDER FOR SQL SERVER ERROR '80004005'
What may be the reason for that message
Thanks