hwg-servers archives | Sep 1999 | new search | results | previous | next |
ColdFusion Express Quesitonby "Phillip Perry (InterDesign)" <pperry(at)inter-design.net> |
|
Hi, I posted this in Techniques but I didn't get any resolution so I'm hoping to find it here. I'm getting the following error message: Error Diagnostic Information unknown exception condition PCodeRuntimeContextImp::executeSQLTagCFQuery::endTag The error occurred while processing an element with a general identifier of (CFQUERY), occupying document position (7:1) to (7:42). Date/Time: 09/22/99 15:24:26 Browser: Mozilla/4.0 (compatible; MSIE 5.0; MSN 2.6; Windows 95; CNETHomeBuild03171999) Remote Address: 209.23.111.37 Template: C:\INETPUB\WWWROOT\cfdocs\MyFirstPage.cfm I don't know what that means. My datasource is correct and it verifies just fine. I use the following code to call the database: <HTML> <HEAD> <TITLE>Course List</TITLE> </HEAD> <BODY> <H1>Course List</H1> <CFQUERY NAME="Accounts" DATASOURCE="db2"> SELECT AccountNumber, AccountName FROM Accounts </CFQUERY> <CFOUTPUT query="Accounts"> #AccountNumber#, #AccountName# </CFOUTPUT> </BODY> </HTML> Any help would be appreciated! Thanks, Phil
HWG: hwg-servers mailing list archives, maintained by Webmasters @ IWA