Look into the OLEDB or SQLClient namespaces, they contain all the functionality required to execute SQL commands and Stored procedures against a datasource. In particular DataCommands, ExecuteNonQuery methods...trust me, there is a huge amount of in depth tutorials out there. Just have a search for Inserting database .net using those three words in google.....youll learn better this way than getting someone else to just answer it for you - if you get more specific questions regarding errors etc then im sure youll get many response and much quicker too!