c# and sql

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Nathan Downes

    c# and sql

    Hi,

    I am just wondering if anyone has any decent guides on working with sql
    server 2005 with c#?

    Thanks in advance.
  • Arne Vajhøj

    #2
    Re: c# and sql

    Nathan Downes wrote:
    I am just wondering if anyone has any decent guides on working with sql
    server 2005 with c#?
    If you look in the .NET docs for SYstem.Data.Sql Client namespace
    then it has some examples.

    Good ? At least authoritative !

    Arne

    Comment

    • Michael Nemtsev

      #3
      Re: c# and sql

      Hello Nathan,

      What do u need? If ADO.net - see there http://www.google.com/search?q=ADO.N...x=&startPage=1

      NDHi,
      ND>
      NDI am just wondering if anyone has any decent guides on working with
      NDsql server 2005 with c#?
      ND>
      NDThanks in advance.
      ND>
      ---
      WBR,
      Michael Nemtsev :: blog: http://spaces.live.com/laflour

      "At times one remains faithful to a cause only because its opponents do not
      cease to be insipid." (c) Friedrich Nietzsche


      Comment

      • Nathan Downes

        #4
        Re: c# and sql

        Arne Vajhøj wrote:
        Nathan Downes wrote:
        >I am just wondering if anyone has any decent guides on working with
        >sql server 2005 with c#?
        >
        If you look in the .NET docs for SYstem.Data.Sql Client namespace
        then it has some examples.
        >
        Good ? At least authoritative !
        >
        Arne
        Thanks! Had a quick look through that and slapped a quick program
        together just to run an sql query and display the results in a console app.

        Just wondering, what's the best way to get this data into a grid?


        Thanks in advance again!

        Comment

        • Arne Vajhøj

          #5
          Re: c# and sql

          Nathan Downes wrote:
          Just wondering, what's the best way to get this data into a grid?
          Read a DataSet via an SqlDataAdapter and use that as DataSource
          for a control is one out of many possibilities.

          Arne

          Comment

          • Nathan Downes

            #6
            Re: c# and sql

            Arne Vajhøj wrote:
            Nathan Downes wrote:
            >Just wondering, what's the best way to get this data into a grid?
            >
            Read a DataSet via an SqlDataAdapter and use that as DataSource
            for a control is one out of many possibilities.
            >
            Arne
            Thanks! I'll give it a go!

            N

            Comment

            • Chris Fulstow

              #7
              Re: c# and sql


              Take a look at Scott Mitchell's excellent data tutorials:
              Build web apps and services that run on Windows, Linux, and macOS using C#, HTML, CSS, and JavaScript. Get started for free on Windows, Linux, or macOS.


              Nathan Downes wrote:
              Hi,
              >
              I am just wondering if anyone has any decent guides on working with sql
              server 2005 with c#?
              >
              Thanks in advance.

              Comment

              • chanmm

                #8
                Re: c# and sql

                Spend sometime here:
                Best online pokies for real money in Australia and learn about safety and game mechanics in this comprehensive guide.


                chanmm

                "Nathan Downes" <njdownes@gmail .comwrote in message
                news:451ed43c$0 $16548$ed2619ec @ptn-nntp-reader01.plus.n et...
                Arne Vajhøj wrote:
                >Nathan Downes wrote:
                >>I am just wondering if anyone has any decent guides on working with sql
                >>server 2005 with c#?
                >>
                >If you look in the .NET docs for SYstem.Data.Sql Client namespace
                >then it has some examples.
                >>
                >Good ? At least authoritative !
                >>
                >Arne
                >
                Thanks! Had a quick look through that and slapped a quick program together
                just to run an sql query and display the results in a console app.
                >
                Just wondering, what's the best way to get this data into a grid?
                >
                >
                Thanks in advance again!

                Comment

                Working...