S
Suzanne
I have a database that I am querying. I created a custom query with the
following code:
SELECT * FROM SpecialtyID a, Members b WHERE (a.SpecialtyID=::SpecialtyID::
AND a.MemberID=b.MemberID AND b.FindDietitian='Yes') ORDER BY b.LastName ASC
The URL is http://www.njdhcf.com/find_a_dietitan-search_by_specialty.asp
When you click the submit button, this error message comes up:"Database
Results Wizard Error. The operation failed. If this continues, please
contact your server administrator."
Any suggestions?
following code:
SELECT * FROM SpecialtyID a, Members b WHERE (a.SpecialtyID=::SpecialtyID::
AND a.MemberID=b.MemberID AND b.FindDietitian='Yes') ORDER BY b.LastName ASC
The URL is http://www.njdhcf.com/find_a_dietitan-search_by_specialty.asp
When you click the submit button, this error message comes up:"Database
Results Wizard Error. The operation failed. If this continues, please
contact your server administrator."
Any suggestions?