when i put only 1 combobox
cmd = new SqlCeCommand("Insert into Art (mr) values(" + comboBox1.Text + ")", cn);
its succesfully insert data into Art table but when i try whit 2 comboxes i got...
Type: Posts; User: mastercho
when i put only 1 combobox
cmd = new SqlCeCommand("Insert into Art (mr) values(" + comboBox1.Text + ")", cn);
its succesfully insert data into Art table but when i try whit 2 comboxes i got...
I should work ERP apllication fro Windows mobile pro 6 , compitable whit Sql Compact 3.5 all is ok , but when i add any new data whit button on dataGrid , all is ok valuses is added but when i close...