Results 1 to 4 of 4

Thread: SQL & C#

  1. #1

    Thread Starter
    Frenzied Member CyberCarsten's Avatar
    Join Date
    Sep 1999
    Location
    Aalborg Ø, Denmark
    Posts
    1,544

    SQL & C#

    Hi
    I have SQL Server 2000 Developer Edition installed on my computer. How can I use it with C#? Fx. creating databases, reading from databases etc??
    razor
    Software Engineer Student, Aalborg University, Denmark
    http://www.cs.auc.dk

    My email at AUC: will get a new email soon
    My website: http://www.razorsoftware.net


    Windows XP Pro/ Gentoo Linux (Laptop)
    Windows XP Pro (Home PC)

  2. #2
    Fanatic Member kaffenils's Avatar
    Join Date
    Apr 2004
    Location
    Norway
    Posts
    946

    Re: SQL & C#

    Quote Originally Posted by CyberCarsten
    Hi
    I have SQL Server 2000 Developer Edition installed on my computer. How can I use it with C#? Fx. creating databases, reading from databases etc??
    Use the classes in the System.Data.SQLClient namespace.
    SQL (MS SQL Server dialect is called TSQL) is the used to manipulate data, create alter and delete objects, and to define permissions. Basically you use TSQL for everything.

    Read more here.
    Last edited by kaffenils; Sep 18th, 2005 at 06:43 AM.

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

    Re: SQL & C#

    I was going to post just a couple of these links, but then I couldn't decide which ones would be the best, so I thought I just give them all to you. I'm sure you will find some useful stuff here.

  4. #4

    Thread Starter
    Frenzied Member CyberCarsten's Avatar
    Join Date
    Sep 1999
    Location
    Aalborg Ø, Denmark
    Posts
    1,544

    Re: SQL & C#

    Thanks guys I'll look into it
    razor
    Software Engineer Student, Aalborg University, Denmark
    http://www.cs.auc.dk

    My email at AUC: will get a new email soon
    My website: http://www.razorsoftware.net


    Windows XP Pro/ Gentoo Linux (Laptop)
    Windows XP Pro (Home PC)

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