Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: RE: FLASH: SQL/ASP?
From: Steve Minton
Date: Mon, 28 Feb 2000 18:20:40 GMT

With pleasure

ASP is a scripting format which is mainly used for generating database
driven pages.

SQL is a database query language which actually forms the link between ASP
and the Database and is platform independant.

Consider

<%
SQL = "SELECT * FROM DatabaseTable"

RS(DatabaseField1)
%>

Where SQL = "SELECT * FROM DatabaseTable" is the SQL code which queries the
database, telling it to retrieve everything from a database table called
DatabaseTable.

And RS(DatabaseField1) is ASP code which writes the value of DatabaseField1
in the current location in the HTML.

HTH

Steve Minton
stevemintonatlineone [dot] net

-----Original Message-----
From: owneratchinwag [dot] com [owneratchinwag [dot] com]On">mailto:owneratchinwag [dot] com]On Behalf Of Jefferis
Sent: 28 February 2000 17:53
To: Flash MailList
Subject: FLASH: SQL/ASP?


I am reading questions that seem to equate SQL and ASP. Is SQL one form
of ASP?

I thought ASP was a WIN NT only dynamic database query and page
generating system.

I thought SQL was for Unix...


Can someone enlighten me?

Thanks

Jeff

Jefferis Peterson, Pres.
Web Design and Marketing
http://www.PetersonSales.net
Tel & Fax. 724-458-7169

ICQ 19112253


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The Worlds Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California

-Register before Feb 25 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com



________________________________________________________________________________
This message has been checked for all known viruses by the Star Screening System
http://www.star.net.uk/stats.asp


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The World’s Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California

-Register before Feb 25 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH: SQL/ASP?, Jefferis

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]