P
perspolis
I'm using SqlTransaction in my application..
I use sqlCommand1.BeginTransaction(IsolationLevel.ReadUncommited)
when I want to update some tables with this transaction,and
at the same time I'm using a sqlcommand to select some rows from those table
I got Timeout Error for select command..and none of operations is done.
I don't know how can I do that??
thanks in advance
I use sqlCommand1.BeginTransaction(IsolationLevel.ReadUncommited)
when I want to update some tables with this transaction,and
at the same time I'm using a sqlcommand to select some rows from those table
I got Timeout Error for select command..and none of operations is done.
I don't know how can I do that??
thanks in advance