Question:

Write a C # program to add, delta and update entries in the database using ADO. NET.

by  |  earlier

0 LIKES UnLike

Write a C # program to add, delta and update entries in the database using ADO. NET.

 Tags:

   Report

1 ANSWERS


  1. A good tutorial is available in the link below. First get Visual STudio Express (C#) and SQL Server Express. The 2005 or 2008 versions are fine.

    Then, using one of the tutorials, write a C# program that reads from a database (SQL "SELECT"). You can write all the C# and SQL yourself, or you can use Visual Studio to create data adapters and let VS automatically generate Insert/Update/Delete methods for you.

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions