and, how to insert data?
*c#
*ms Sql
thank you
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
CrishPosted May 18, 2010, 1:04 PM
use below link for your soltions
http://www.akadia.com/services/dotnet_data_reader.html
http://www.java2s.com/Code/ASP/ADO.net-Database/InsertdatatodatabaseusingSQLC.htm
Mukesh PatelPosted May 25, 2010, 6:06 AM
con.Close();
com = new OdbcCommand(insert query, con);
con.Open();
int done = com.ExecuteNonQuery();
con.Close();