View Single Post
12-10-2008, 09:50 AM
#2
freelancerguy is offline freelancerguy
Status: Junior Member
Join date: Dec 2008
Location:
Expertise:
Software:
 
Posts: 63
iTrader: 1 / 100%
 

freelancerguy is on a distinguished road

Send a message via AIM to freelancerguy Send a message via MSN to freelancerguy Send a message via Yahoo to freelancerguy Send a message via Skype™ to freelancerguy

  Old

SqlConnection sqlcon=new SqlConnection(Your SQL Connection String);
Sqlcon.Open();
SqlCommand sqlcmd=new SqlCommand(Your insert commant,SqlCon);
sqlcmd.ExecuteNonQuery
Sqlcon.Close()

Reply With Quote