Aug 22, 2005 #1 F flann Active member Joined Aug 16, 2005 Messages 33 Im trying to update an sql database using a datagrid and asp.net. Code: sqlconnection1.open sqldataadpter1.update(dataset1, "ClientInfo") sqldataadapter.executenonquery() sqlconnection1.close Can anybody lend a hand?
Im trying to update an sql database using a datagrid and asp.net. Code: sqlconnection1.open sqldataadpter1.update(dataset1, "ClientInfo") sqldataadapter.executenonquery() sqlconnection1.close Can anybody lend a hand?
Aug 23, 2005 #2 M Machaira Well-known member Joined Aug 19, 2002 Messages 325 Location Abingdon, MD First off - youre not updating an data. Second - do you want to do an UPDATE query or use the DataAdapter?
First off - youre not updating an data. Second - do you want to do an UPDATE query or use the DataAdapter?