"Too few parameters" error one remote server - works fine locally
When testing locally, everything seems to be working fine but I'm getting the following error upon upload to the remote server.
I'm using CF with MS Access and the rest of the my files pulling from other tables in the the same Access db are working fine both locally and remotely. Any ideas?
thank you,
Luis
[Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1. | |
| The error occurred in C:\Websites\rc2f7cae\admin\CoolCases\index2.cfm: line 13 | |
11 : <cflocation url="#MM_failureURL#" addtoken="no"> 12 : </cfif> 13 : <cfquery name="rsCoolCases" datasource="#Request.DSN#"> 14 : SELECT cases_ID, patient, "online" 15 : FROM coolcases | |
