insert into tablename(f1,f2) values('','');
string commandText = "Insert Into ArticleType( C_TypeName,I_TypeID )"; commandText = commandText + " Values( TypeName,TypeID )";