Re: Error running sp in sybase



I've found that if i issue begin tran directly using connection.execute
method, then it will solve my problem.

Connection.Begintrans method doesn't start transaction actually.


.