I'm trying to zero in on where errors are being thown. Sometimes the error page gives the precise document position but often the problem is in an included template and hard to find. This is one of those times
. The error page is as follows:
========BEGIN SAMPLE ERROR PAGE=========
ODBC Error Code = 07001 (Wrong number of parameters)
[Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1.
Hint: The cause of this error is usually that your query contains a reference to a field which does not exist. You should verify that the fields included in your query exist and that you have specified their names correctly.
The error occurred while processing an element with a general identifier of (CFQUERY), occupying document position (99:6) to (99:70).
========END SAMPLE ERROR PAGE=========
The actual page the query is on is included and the document position reference seems meaningless here. Furthermore, there are many cfquery elements on the included template. Is there a way to better zero in on where the problem is?

========BEGIN SAMPLE ERROR PAGE=========
ODBC Error Code = 07001 (Wrong number of parameters)
[Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1.
Hint: The cause of this error is usually that your query contains a reference to a field which does not exist. You should verify that the fields included in your query exist and that you have specified their names correctly.
The error occurred while processing an element with a general identifier of (CFQUERY), occupying document position (99:6) to (99:70).
========END SAMPLE ERROR PAGE=========
The actual page the query is on is included and the document position reference seems meaningless here. Furthermore, there are many cfquery elements on the included template. Is there a way to better zero in on where the problem is?