|
 |
asp_databases thread: Microsoft JET Database Engine Error '80040e57' on different browsers
Message #1 by scheinstudent@u... on Wed, 7 Aug 2002 18:46:41
|
|
Hello!
my problem is:
On submit (insert into db) of formdata I am getting the error '80040e57'
only on some browsers. No error on IE6, Netscape 4.75. but Errors on
Netscape6.2 and Mozilla 1.0 Strangely on my IE6 it works but on a
freinds it does not.
It says that some fields are too small to insert into db "try less data",
but even when i insert only one single char it does not work. Strangely
it works on some browsers.
Anyone experience the same, anyone got some help?
thanx alot
André
Message #2 by Greg Griffiths <greg2@s...> on Wed, 07 Aug 2002 19:26:41 +0100
|
|
http://events.forum.akamai.com/A1034/A1074/A1321/sessions/Home/pages/help/faq.htm#14
suggests that the issue is with the amount of data you are passing to you
db may be more than the field is designed for.
and this form the archive
http://p2p.wrox.com/archive/beginning_asp/2001-10/47.asp
At 18:46 07/08/02 +0000, you wrote:
>'80040e57
Message #3 by "Chetan Kelkar" <chetan@c...> on Thu, 8 Aug 2002 09:44:14 +0530
|
|
I am hearing this for the first time ! how can a browser affect server side
script and especially inserting some values in the database ?
is it uploaded somewhere ?
Chetan Kelkar
Software Developer,
chetan@c...
hotclaim25@h...
----- Original Message -----
From: <scheinstudent@u...>
To: "ASP Databases" <asp_databases@p...>
Sent: Wednesday, August 07, 2002 6:46 PM
Subject: [asp_databases] Microsoft JET Database Engine Error '80040e57' on
different browsers
> Hello!
> my problem is:
> On submit (insert into db) of formdata I am getting the error '80040e57'
> only on some browsers. No error on IE6, Netscape 4.75. but Errors on
> Netscape6.2 and Mozilla 1.0 Strangely on my IE6 it works but on a
> freinds it does not.
> It says that some fields are too small to insert into db "try less data",
> but even when i insert only one single char it does not work. Strangely
> it works on some browsers.
>
> Anyone experience the same, anyone got some help?
>
> thanx alot
> André
>
Message #4 by Scheinstudent@u... on Thu, 8 Aug 2002 14:10:26
|
|
I solved the problem ... The Field in the Database to store the User's
HTTP_UserAgent in was too small... (50) For some browsers it was enough,
bot some gave a longer string. Thank you all for your help!
> Hello!
m> y problem is:
O> n submit (insert into db) of formdata I am getting the
error '80040e57'
o> nly on some browsers. No error on IE6, Netscape 4.75. but Errors on
N> etscape6.2 and Mozilla 1.0 Strangely on my IE6 it works but on a
f> reinds it does not.
I> t says that some fields are too small to insert into db "try less
data",
b> ut even when i insert only one single char it does not work.
Strangely
i> t works on some browsers.
> Anyone experience the same, anyone got some help?
> thanx alot
A> ndré
|
|
 |