Newbie needs 3rd-grade tutorial on SQL Server

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Newbie needs 3rd-grade tutorial on SQL Server

    Point me in the right direction, folks.. very basic level SQL Server
    tutorial for someone that has only worked mainly with mySQL and Access...

    I am coding in ASP and I need to create the connection object, do everything
    I need to do and close it. I have absolutely NO idea how to do it.

    Thanx
    Phil


    Phil Powell Guest

  2. Similar Questions and Discussions

    1. Newbie Tutorial
      I've just installed FMS on my server (Win 2k3) and am not sure what to do now. I have two main questions that I'm hoping someone can point me...
    2. Newbie question (tutorial pointers needed)
      Hi, folks I am new to this tool, Dreamweaver. I heard of that it's convenient to use it to create website. I am wondering if any one can give me...
    3. Newbie tutorial for MySQL/OS X?
      Is there a good newbie-oriented tutorial for MySQL 5.0 on OS X? I know lots about OS X but nothing about SQL generally or MySQL. I'm hoping to...
    4. Newbie Having Trouble with Tutorial Book
      I found a new book for starting out to learn PHP/MySQL Web App programming. I've begun exercises toward that end. So far I've opened MySQL--I'm...
    5. Down grade from 9.21.UC2 to 7.30.UC6
      Hello all, For some reasons i had to down grade my Informix Instance which is running on HP-UX 10.20 and 9.21.UC2 to 7.30.UC6. When i issue the...
  3. #2

    Default Re: Newbie needs 3rd-grade tutorial on SQL Server

    The only thing that's /really/ different is the connection string.

    [url]http://www.aspfaq.com/2126[/url]

    There are also some differences such as how dates are handled, and string
    manipulation functions that have different names, most of which are captured
    here:

    [url]http://www.aspfaq.com/2214[/url]

    But as far as just connecting, running a SELECT * query, and closing, the
    only part of the code that should change is the connection string.

    --
    Aaron Bertrand
    SQL Server MVP
    [url]http://www.aspfaq.com/[/url]




    "Phil Powell" <soazine@erols.com> wrote in message
    news:CebYb.25$iB.22@lakeread06...
    > Point me in the right direction, folks.. very basic level SQL Server
    > tutorial for someone that has only worked mainly with mySQL and Access...
    >
    > I am coding in ASP and I need to create the connection object, do
    everything
    > I need to do and close it. I have absolutely NO idea how to do it.
    >
    > Thanx
    > Phil
    >
    >

    Aaron Bertrand - MVP Guest

  4. #3

    Default Re: Newbie needs 3rd-grade tutorial on SQL Server

    "Aaron Bertrand - MVP" <aaron@TRASHaspfaq.com> wrote in message
    news:eA7dXqN9DHA.1052@TK2MSFTNGP12.phx.gbl...
    > But as far as just connecting, running a SELECT * query, and closing,
    the
    > only part of the code that should change is the connection string.
    The original poster may also want to avoid using "SELECT *". Here's an
    article. ;-p
    [url]http://www.aspfaq.com/2096[/url]



    Chris Hohmann Guest

  5. #4

    Default Re: Newbie needs 3rd-grade tutorial on SQL Server

    > The original poster may also want to avoid using "SELECT *". Here's an
    > article. ;-p
    > [url]http://www.aspfaq.com/2096[/url]
    Hey, thanks Chris, I thought SELECT * was nice and easy. :-)


    Aaron Bertrand - MVP Guest

  6. #5

    Default Re: Newbie needs 3rd-grade tutorial on SQL Server

    Thanx I figured it out by learning of the connection string
    configuration.. thanx!

    Phil

    ---------------------------------------
    TCL and PHP: The Superior Web Languages!
    Javascript: Is Cool
    ASP: why?
    [url]http://valsignalandet.com[/url]

    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    The Nordic One Guest

  7. #6

    Default Re: Newbie needs 3rd-grade tutorial on SQL Server

    SQL Server Info. (From Microsoft's MSDN Online Library)
    [url]http://msdn.microsoft.com/library/default.asp?URL=/library/psdk/sql/ts_t[/url]
    sqlcon_6lyk.htm

    SQL Server Home
    [url]http://www.microsoft.com/sql[/url]

    SQLTeam.com
    [url]http://www.sqlteam.com[/url]
    Site is mostly about SQL Server and includes forums.

    Best regards,
    J. Paul Schmidt, Freelance ASP Web Developer
    [url]http://www.Bullschmidt.com[/url]
    ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...


    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Bullschmidt Guest

  8. #7

    Default Re: Newbie needs 3rd-grade tutorial on SQL Server

    Avoid using SELECT???!??!?!

    That's like telling a content management specialist to avoid querying
    for any content!! That's outrageous!! What am I supposed to use instead?
    The article offers NO alternative!

    Phil

    ---------------------------------------
    TCL and PHP: The Superior Web Languages!
    Javascript: Is Cool
    ASP: why?
    [url]http://valsignalandet.com[/url]

    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    The Nordic One Guest

  9. #8

    Default Re: Newbie needs 3rd-grade tutorial on SQL Server

    > Avoid using SELECT???!??!?!

    No, that's not what he said.

    Read the article he posted. I was just being lazy.


    Aaron Bertrand [MVP] Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139