Ask a Question related to ASP Database, Design and Development.
-
Phil Powell #1
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
-
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... -
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... -
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... -
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... -
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... -
Aaron Bertrand - MVP #2
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...everything> 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> I need to do and close it. I have absolutely NO idea how to do it.
>
> Thanx
> Phil
>
>
Aaron Bertrand - MVP Guest
-
Chris Hohmann #3
Re: Newbie needs 3rd-grade tutorial on SQL Server
"Aaron Bertrand - MVP" <aaron@TRASHaspfaq.com> wrote in message
news:eA7dXqN9DHA.1052@TK2MSFTNGP12.phx.gbl...the> But as far as just connecting, running a SELECT * query, and closing,The original poster may also want to avoid using "SELECT *". Here's an> only part of the code that should change is the connection string.
article. ;-p
[url]http://www.aspfaq.com/2096[/url]
Chris Hohmann Guest
-
Aaron Bertrand - MVP #4
Re: Newbie needs 3rd-grade tutorial on SQL Server
> The original poster may also want to avoid using "SELECT *". Here's an
Hey, thanks Chris, I thought SELECT * was nice and easy. :-)> article. ;-p
> [url]http://www.aspfaq.com/2096[/url]
Aaron Bertrand - MVP Guest
-
The Nordic One #5
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
-
Bullschmidt #6
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
-
The Nordic One #7
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
-
Aaron Bertrand [MVP] #8
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



Reply With Quote

