Database Error

  • Thread starter Thread starter Guest
  • Start date Start date
Try replacing the space in: specialty results.asp with an underscore:
specialty_results.asp

The space is what causes the %20 in" specialty%20results.asp

Spaces in file and folder names break links.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
I did that and I still get the same error. Could it have something to do
with the custom SQL query I put in? The code is as follows:
SELECT * FROM SpecialtyID a, Members b WHERE (a.SpecialtyID=::SpecialtyID::
AND a.MemberID=b.MemberID AND b.FindDietitian='Yes') ORDER BY b.LastName ASC
 
What is your *actual* URL? All I get is a 404 error.

Please give the URL rather than the IP address
 
Back
Top