Results 1 to 5 of 5

Thread: C#.net and SQL server

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2005
    Posts
    1,170

    C#.net and SQL server

    Could anyone let me know how to implement C#.net with MS SQL server? Any tutorials that I can take from?

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: C#.net and SQL server

    That's a very broad question, plus the details may be different depending on what version of the IDE you're using. Given that C# is Microsoft's preferred language and SQL Server is their preferred database, MSDN would be the logical first palce to look. You could use the members of the System.Data.SqlClient namespace to interact with SQL Server, but if you're using VS 2005 then the IDE has other in-built features that you can use to avoid direct contact with those types. You should also check out some of the tutorials in my signature for information on ADO.NET.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: C#.net and SQL server

    Here are some links to take a look at, but, as jmcilhinney alluded, how much they help or a relevant depends on what version of C# and what version of SQL Server you are using.

    You didn't state either version.

  4. #4

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2005
    Posts
    1,170

    Re: C#.net and SQL server

    Are there any tutorials out there that I can take a look to implement C#.net with the SQL server?

  5. #5
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width