Link to home
Start Free TrialLog in
Avatar of reidarj
reidarj

asked on

Problems with ASP

I have created a ASP search page in Frontpage2000 but when I test it, the following message shows:"Database Results Error
The application is using arguments that are of the wrong type, are out of acceptable range, or are in conflict with one another.
One or more form fields were empty. You should provide default values for all form fields that are used in the query."

What is wrong?  
Avatar of Marine
Marine

This error usually results if you didn't fill all the fields on your form which are used by your query. You have to write a validate routine which will see if any fields don't contain values in them. IF so direct the user to fill the values.
Avatar of reidarj

ASKER

But this message comes when I load the page... and the search form does not show like it should do...
The problem is if you don't have a routine that checks if the button was pushed to being your search it will execute right away.
ASKER CERTIFIED SOLUTION
Avatar of davidleoy
davidleoy

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial