Which database are you talking about? In case it is SQL Server that you are are talking about then You can just use an Insert Query with a SQLCommand object. Look at SQLConnection, SQLCommand on MSDN. They have enough example code over there.