I
Imran Aziz
Hello All,
I am fairly new to ADO.net, I am using this simple command to add a new
row to the database, what I want now is to get the auto increment ID of the
row added, can anyone please help me with this?
strQuery = "insert into tblFeedChannels ....";
SqlCommand objCmd = new SqlCommand(strQuery, conn);
objCmd.ExecuteNonQuery();
Imran.
I am fairly new to ADO.net, I am using this simple command to add a new
row to the database, what I want now is to get the auto increment ID of the
row added, can anyone please help me with this?
strQuery = "insert into tblFeedChannels ....";
SqlCommand objCmd = new SqlCommand(strQuery, conn);
objCmd.ExecuteNonQuery();
Imran.