Database Error

S

Steve Easton

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
 
G

Guest

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
 
A

Andrew Murray

What is your *actual* URL? All I get is a 404 error.

Please give the URL rather than the IP address
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top