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

attempt to update a record in an Access database fails?

Participant ,
Oct 30, 2011 Oct 30, 2011

I get the following error message (s) when I try to do the actual update:

"

ADODB.Command error '800a0d5d'

Application uses a value of the wrong type for the current operation.

/edit.asp, line 45"

Where line 45 is the actual update command.

I am using Dreamweaver CS 5.

Any help you can give me is vastly appreciated!

Thanks.

Ross

TOPICS
Server side applications
539
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

correct answers 1 Correct answer

Participant , Oct 31, 2011 Oct 31, 2011

I ended up fixing it: I turned off  Unicode and reduced the varchar from 255 (default) to 200.

Viola! problem gone.

Translate
Participant ,
Oct 31, 2011 Oct 31, 2011
LATEST

I ended up fixing it: I turned off  Unicode and reduced the varchar from 255 (default) to 200.

Viola! problem gone.

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