Beginning .Net : Insert data into SQL Server Database with C#Examples and VB.Net Examples

A

Arne Vajhøj

You can insert data or records in to SQL Server Database tables using SqlCommand Class.
You can use "ExecuteNonQuery" method of SqlCommand Class.
This article is very useful for .Net Beginners.

If you really want to post to multiple groups then please
cross post instead of multi post.

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top