when i put only 1 combobox

Code:
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 error

the data was truncated while converting from one data type to another [ Name of function(if known) = ]

if somebody know how to fix it?