M
Markus Gonaus
I am using a Frontpage Applikation to Save a form to a SQL-database.
That works so far. My database has a foreign key constraint on the table
where th form inserts its Data.
An if the inserted data conflicts with that constraint it does not get
inserted. So far just as it should bee.
The only problem is, that even in the case the insert fails, because of
the constraint, my application goes to the success URL and not to the fail
URL, as I would expect.
Server is a Microsoft SBS 2003, with FP-extentions enabled on the Web
belonging to this Project.
Any hints for me?
tia
Markus
That works so far. My database has a foreign key constraint on the table
where th form inserts its Data.
An if the inserted data conflicts with that constraint it does not get
inserted. So far just as it should bee.
The only problem is, that even in the case the insert fails, because of
the constraint, my application goes to the success URL and not to the fail
URL, as I would expect.
Server is a Microsoft SBS 2003, with FP-extentions enabled on the Web
belonging to this Project.
Any hints for me?
tia
Markus