programmher
Programmer
I have a cf page that separates arrival and departure information using frames. The same query should work for both sides, but, it does not. The only difference between the arrival and departure information is the value of one variable - "type" (i.e. type 1 = arrival information and type 2 = departure information).
Does the frame have something to do with my query working for the arrival information but not for the departure information? If so, what is the remedy??? The error message I get is:
ODBC Error Code = 07001 (Wrong number of parameters)
[MERANT][ODBC SQL Server Driver]COUNT field incorrect
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.
Can anyone shed ANY light?!?!?
Does the frame have something to do with my query working for the arrival information but not for the departure information? If so, what is the remedy??? The error message I get is:
ODBC Error Code = 07001 (Wrong number of parameters)
[MERANT][ODBC SQL Server Driver]COUNT field incorrect
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.
Can anyone shed ANY light?!?!?