How to determinate if ExecuteNonQuery sucessful
- From: "ad" <flying@xxxxxxxxxxxxxxx>
- Date: Tue, 5 Sep 2006 06:28:24 +0800
I use the codes below;
SqlCommand myCommand = new SqlCommand(sSql, cnn);
cnn.Open();
myCommand.ExecuteNonQuery();
How to determinate if ExecuteNonQuery sucessful?
.
- Follow-Ups:
- Re: How to determinate if ExecuteNonQuery sucessful
- From: William \(Bill\) Vaughn
- Re: How to determinate if ExecuteNonQuery sucessful
- Prev by Date: Re: Need starting advice...
- Next by Date: Re: Need starting advice...
- Previous by thread: Need suggestion: importing data into SQL Express
- Next by thread: Re: How to determinate if ExecuteNonQuery sucessful
- Index(es):