Forum: ADO.NET |
Thema:
AW: AW: SqlCommand.CommandTimeout |
Von:
Alexander Jäger (
11.07.2006 16:56) |
myCon = New SqlConnection(mpConnectionString)
myCom = New SqlCommand("spMySp", myCon)
myCom.CommandTimeout = 120
myCom.CommandType = CommandType.StoredProcedure
myCon.Open()
myTrans = myCon.BeginTransaction(IsolationLevel.ReadCommitted)
myCom.Transaction = myTrans
myCom.ExecuteNonQuery()
myCon.Close()
Antworten
Vorsicht bei der Eingabe: Die Zeichen ' oder -- sind nicht erlaubt!