Skip to main content
Participant
March 2, 2007
Question

Help with Update Record

  • March 2, 2007
  • 6 replies
  • 375 views
I am using DW 8. Have built an access database that I can retrieve records from, click on a unique ID and bring up the details of the record, however when I submit the updates, I get an 80040e30 error with a message that the execute line MM_editCmd.Execute(); is having the problem. I tried to do an insert record just to test and got the exact same result.

Any help would be appreciated. I have to get this done by Monday!

Regards,
This topic is closed to new replies. Start a new post to keep the conversation going.

6 replies

BocheeAuthor
Participant
March 2, 2007
OK seems to be a problem with DW 8. I went back to MX and redeveloped the page the update the db and it's all working now - whew!
Inspiring
March 2, 2007
Are the permissions set correctly on the folder holding the DB and are you
by chance using any reserved words in the field names?

"Bochee" <bill.flaherty@bocedwards.com> wrote in message
news:es9e5r$lj2$1@forums.macromedia.com...
>I am using DW 8. Have built an access database that I can retrieve records
> from, click on a unique ID and bring up the details of the record, however
> when
> I submit the updates, I get an 80040e30 error with a message that the
> execute
> line MM_editCmd.Execute(); is having the problem. I tried to do an insert
> record just to test and got the exact same result.
>
> Any help would be appreciated. I have to get this done by Monday!
>
> Regards,
>


BocheeAuthor
Participant
March 2, 2007
I did try the permissions even in desperation add "everyone". Still getting the same error. To try to eliminate the reserved words piece I did a simple 1 table db with one field called First_Name. Even that won't update.