A
Art
I have used the DB Wizard extensively to give me results from a SQL Table and
I love it.
Now for the first time I just want to run a query that returns a total and
not details based on a user entered parameter
My simple query is SELECT count (field_name) FROM SQL_database WHERE
(original_date = ':riginal_date::')
Original Date is a valid field in the database.
I get the error
Your page contains a query with user input parameters that could not be
resolved.
This could happen if your DatabaseRegionStart webbot has an empty or missing
s-columnnames or s-columntypes attributes.
You may need to read Microsoft Knowledge Base Article 817029.
I read the reference but dont see a solution.
Can anyone give some pointers?
Thanks
I love it.
Now for the first time I just want to run a query that returns a total and
not details based on a user entered parameter
My simple query is SELECT count (field_name) FROM SQL_database WHERE
(original_date = ':riginal_date::')
Original Date is a valid field in the database.
I get the error
Your page contains a query with user input parameters that could not be
resolved.
This could happen if your DatabaseRegionStart webbot has an empty or missing
s-columnnames or s-columntypes attributes.
You may need to read Microsoft Knowledge Base Article 817029.
I read the reference but dont see a solution.
Can anyone give some pointers?
Thanks