D
divya jain
Hi,
i have a data adapter(da) with ther query "select product, qty form
order"
and a dataset with the name (ds)
da.fill(ds,"aa")
//i want to update only this particular column of this dataset, so i m
using:
dim d as DataGrid1.Dataitem
ds.tables("aa").row(0).item("Qty") = Ctype(D.FindControl("TxtQty"),
TextBox).Text
//this code is working fine but these changes are reflectin only in the
daset how can i make these changes in the datasource.
how can i use commandbuilder to make changes in the database also i dont
have any primary key in my "order table"
i have a data adapter(da) with ther query "select product, qty form
order"
and a dataset with the name (ds)
da.fill(ds,"aa")
//i want to update only this particular column of this dataset, so i m
using:
dim d as DataGrid1.Dataitem
ds.tables("aa").row(0).item("Qty") = Ctype(D.FindControl("TxtQty"),
TextBox).Text
//this code is working fine but these changes are reflectin only in the
daset how can i make these changes in the datasource.
how can i use commandbuilder to make changes in the database also i dont
have any primary key in my "order table"