ASP Query forms not working

J

jonathan

I have just posted a new site to my intranet and have input forms - all are
working fine! The problem comes when tyring to run a query. I have an ASP
form with no query that works fine, however I have a couple forms for users
to query against the database, when I run the query in a browser I get a 405
rescource unavailable error..........

What am I missing?

TIA

Jonathan
 
S

Skydolphin

Can you give a little better explanation of your problem. I might be able to help but I am not following what exactly is happening

Rhond
 
J

jonathan

Thanks Rhonda

I have solved this problem now (I forgot to re-run the database reports
wizard), but now I have found another more frustrating problem, I can add
records, delete records but not edit records I get the following message on
screen

Database Results Wizard Error
Description: Syntax error in UPDATE statement.
Number: -2147217900 (0x80040E14)
Source: Microsoft JET Database Engine

One or more form fields were empty. You should provide default values for
all form fields that are used in the query.

Can you help with this one?


J


Skydolphin said:
Can you give a little better explanation of your problem. I might be able
to help but I am not following what exactly is happening.
 
T

Tom Miller

jonathan said:
Thanks Rhonda

I have solved this problem now (I forgot to re-run the database reports
wizard), but now I have found another more frustrating problem, I can add
records, delete records but not edit records I get the following message on
screen

Database Results Wizard Error
Description: Syntax error in UPDATE statement.
Number: -2147217900 (0x80040E14)
Source: Microsoft JET Database Engine

One or more form fields were empty. You should provide default values for
all form fields that are used in the query.
What happens if you set a default (in the form) for all the fields in the
database? So that there is never a null field?
 

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