hi
Hi
I have a problem with a dataset. Im trying to update the database but
it doesn't updating the database
this.oleDbConne ction1 .Open ();
OleDbCommand cmd = new OleDbCommand ("",this.oleDbC onnection1);
cmd.CommandText = "UPDATE Manufactor SET ,factor_Size="
+company.manufa ctorfloor_get ()+ " WHERE player_ID='"+
this.Session["playerID"].ToString()+"'" ;//,Finished_Produ ct="+
this.company.fn sdprod_get () + ",Finished_Prod uct_Space="+thi s.company
..machine_out_p ut_get ()+ ",Machine_Num=" + this.company.ma chinenum_get
()
this.oleDbDataA dapterManufacto r .UpdateCommand =cmd;
this.lerrorlabl e .Text =this.oleDbData AdapterManufact or .Update
(this.dsManufac tor1).ToString ();
this.oleDbConne ction1 .Close ();
Hi
I have a problem with a dataset. Im trying to update the database but
it doesn't updating the database
this.oleDbConne ction1 .Open ();
OleDbCommand cmd = new OleDbCommand ("",this.oleDbC onnection1);
cmd.CommandText = "UPDATE Manufactor SET ,factor_Size="
+company.manufa ctorfloor_get ()+ " WHERE player_ID='"+
this.Session["playerID"].ToString()+"'" ;//,Finished_Produ ct="+
this.company.fn sdprod_get () + ",Finished_Prod uct_Space="+thi s.company
..machine_out_p ut_get ()+ ",Machine_Num=" + this.company.ma chinenum_get
()
this.oleDbDataA dapterManufacto r .UpdateCommand =cmd;
this.lerrorlabl e .Text =this.oleDbData AdapterManufact or .Update
(this.dsManufac tor1).ToString ();
this.oleDbConne ction1 .Close ();
Comment