| 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> |
|---|---|---|
| ||
| Previous by Date: | Sending XML data to external Javascript/Html/CF page, freedomflyer |
|---|---|
| Next by Date: | Re: unique id when form is submitted, Dan Bracuk |
| Previous by Thread: | Sending XML data to external Javascript/Html/CF page, freedomflyer |
| Next by Thread: | Re: Tutorial Confusion, dan_newbury |
| Indexes: | [Date] [Thread] [Top] [All Lists] |