Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Help with Update Record

New Here ,
Mar 02, 2007 Mar 02, 2007
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,
TOPICS
Server side applications
377
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 02, 2007 Mar 02, 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,
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 02, 2007 Mar 02, 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.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 05, 2007 Mar 05, 2007
Hmmmm....check out this article and let me know:

http://tutorials.aspfaq.com/8000xxxxx-errors/why-do-i-get-80040200/80040514/800a0e7a-errors.html


"Bochee" <bill.flaherty@bocedwards.com> wrote in message
news:esa4ke$j2k$1@forums.macromedia.com...
>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.
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 05, 2007 Mar 05, 2007
Is the file itself readonly?
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 05, 2007 Mar 05, 2007
LATEST
That better not be the problem. :-)


"Philo" <meansyou@nospam.net> wrote in message
news:eshv58$qis$1@forums.macromedia.com...
> Is the file itself readonly?


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 02, 2007 Mar 02, 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!
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines