insert into    
(
     VARCHAR_field1
    ,VARCHAR_field2
)values
(
     'abc'
    ,'def'
)never try to insert id field (tinyint auto-increment)  since it is automatically inserted.btw: tinyint? it is a bit small ? try int perhaps better..    ,bcountry