macromedia.coldfusion.getting_started
[Top] [All Lists]

Tutorial Confusion

Subject: Tutorial Confusion
From: "alan_lindsay" <webforumsuser@xxxxxxxxxxxxxx>
Date: Wed, 23 Jul 2008 23:46:37 +0000 (UTC)
Newsgroups: macromedia.coldfusion.getting_started

I'm following the "ColdFusion 8 Getting Experience Tutorial" and I'm on page 30 
where I add cfquery tags. The example works fine without the tags but with them 
my Firefox browser give the error:

  No value given for one or more required parameters.

 I've attached the first part of my code so that someone else might show me my 
error.

 <cfquery name="artwork" datasource="cftutorial">
 SELECT FIRSTNAME, LASTNAME, ARTNAME, DESCRIPTION, PRICE, LARGIMAGE, ISSOLD, 
MEDIATYPE
 FROM ARTISTS, ART
 WHERE ARTISTS.ARTISTID = ART.ARTISTID
 AND ART.MEDIAID = MEDIA.MEDIAID
 </cfquery>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
 "http://www.w3.org/TR/html4/loose.dtd";>
 <html>


<Prev in Thread] Current Thread [Next in Thread>