|
|
OK, a little more learning. I found out how to get cf to provide some debug
info and it shows:
Error Executing Database Query.
No value given for one or more required parameters.
The error occurred in C:\Inetpub\wwwroot\cf8gettingstarted\tutorial\index.cfm:
line 1
1 : <cfquery name="artwork" datasource="cftutorial">
2 : SELECT FIRSTNAME, LASTNAME, ARTNAME, DESCRIPTION, PRICE, LARGIMAGE,
ISSOLD, MEDIATYPE
3 : FROM ARTISTS, ART, MEDIA
and then goes on to show a an msaccess error:
com.inzoom.adojni.ComException: No value given for one or more required
parameters. in Microsoft JET Database Engine code=3088 Type=1
|
|