DIW - Cant Update records

G

Guest

Hi, its nearly working! DIW created all the necessary pages, all uploaded to
the server ok. I can add and delete records ok to the database on the server
using the DI. However when attempt to "update" an existing record, I get the
following error. Can anyone please suggest a solution?

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

Stefan B Rusynko

80040E14 usually is a field error (null fields)
See http://www.aspfaq.com/show.asp?id=2400

PS
To see the true error, open the hidden folder /_fpclass/ and edit the fpdbrgn1.inc file
At about line 19, change : fp_DEBUG = False to : fp_DEBUG = True
And in IE Tools Internet Options Advanced turn off show friendly errors


--




| Hi, its nearly working! DIW created all the necessary pages, all uploaded to
| the server ok. I can add and delete records ok to the database on the server
| using the DI. However when attempt to "update" an existing record, I get the
| following error. Can anyone please suggest a solution?
|
| Database Results Wizard Error
| Description: Syntax error in UPDATE statement.
| Number: -2147217900 (0x80040E14)
| Source: Microsoft JET Database Engine
| regards
| Mick
 

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

Similar Threads

Database Interface Wizard 6
Database Interface Wizard 3
date field and DIW 3
Error help 5
Database Update 16
Run Update Query on exit from DIW form 1
DBI update failure 8
DRW Error 7

Top