C# with Sql

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Maddy07
    New Member
    • May 2008
    • 5

    C# with Sql

    Hi all!!!!!!!!!

    How to retrieve data from SQL Srever and show that in windows form......
    By the same way how to store the Data's in the SQL Server from the windows form........
  • kunal pawar
    Contributor
    • Oct 2007
    • 297

    #2
    Do mean you want to database transaction using C#.
    u have to use data and data.sqlclient namespace and sqlconnection, sqlcommand, sqlReader classes for database transaction

    Comment

    • r035198x
      MVP
      • Sep 2006
      • 13225

      #3
      Originally posted by Maddy07
      Hi all!!!!!!!!!

      How to retrieve data from SQL Srever and show that in windows form......
      By the same way how to store the Data's in the SQL Server from the windows form........
      Get a basic ADO.NET tutorial and read it.

      Comment

      • Curtis Rutland
        Recognized Expert Specialist
        • Apr 2008
        • 3264

        #4
        Originally posted by r035198x
        Get a basic ADO.NET tutorial and read it.
        Or for that matter, use the one Frinny wrote.

        Comment

        Working...