I am trying to add a new row to my database . Here is my code :
ds1 is my Dataset , da1 is my data adapter
dRow = ds1.Tables[\"localitati\"]
You must define an InsertCommand for you DataAdapter
http://www.codeproject.com/KB/database/relationaladonet.aspx