dbcom = New OleDb.OleDbCommand("insert into ttb(主题,作者,发布日期) values('"+zhuti+"','"+zuozhe+"','"+riqi+"')", dbconn)
 dbcom.ExecuteNonQuery()