I answered on the other post, cause the first problem is ok but may be you didn't see this other problem, and i'm quite in trouble..
When I insert or update a record, I have one textarea in my form I called "description", and this text area, without text limit goes in a memo field in my acess DB, which was always working on the oldest versions.
Then nom, since the update, I get this message when processing :
ADODB.Command erreur '800a0d5d' L'application utilise une valeur d'un type incorrect pour l'opération en cours. C:\INETPUB\WWWROOT\HAINAUT\ADMIN\../dwzUpload/dwzUpload.asp, ligne 831
I discoved that if I put less then aroud 250 caracters in the textarea, it works. But more, i get the error. I checked my DB and my field in the Access is really a memo field.
I couln't find any clue on line 831 of dwzUpload.asp except that it's about case FORMAT_FOR_STRING cmd.Parameters.Append cmd.CreateParameter("param" & param_index, 202, 1, 255, MM_IIf(fieldsList(i + 1), fieldsList(i + 1), ""))
which confirm that the problem comes from text.
Hope you'll find the reason...
Thanks
Thanks ! |
|
|