northernjerry
12-09-2004, 09:01 PM
Hello everyone,
I was having a problem with Access when sending an INSERT SQL string to the database to add a record. It stated that: "Microsoft JET Database Engine error '80040e57' The field is too small to accept the amount of data you attempted to add. "
So i went into every field in the DB and upsized it to the max, numbers upgraded from byte to Integer, text to Memo, etc. But still same problem. So I'm thinking it might be that Access or the server has a problem with the size of the SQL string that I send on my INSERT INTO statement.
Oh, and there's no real error in the statement, 'cause if I copy the value of my SQL string and paste it directly into an Access Query (from within access) there's no error whatsoever.
Any clues on this, I've been sleepless for days with this. Thanks for any help.
Jerry.
I was having a problem with Access when sending an INSERT SQL string to the database to add a record. It stated that: "Microsoft JET Database Engine error '80040e57' The field is too small to accept the amount of data you attempted to add. "
So i went into every field in the DB and upsized it to the max, numbers upgraded from byte to Integer, text to Memo, etc. But still same problem. So I'm thinking it might be that Access or the server has a problem with the size of the SQL string that I send on my INSERT INTO statement.
Oh, and there's no real error in the statement, 'cause if I copy the value of my SQL string and paste it directly into an Access Query (from within access) there's no error whatsoever.
Any clues on this, I've been sleepless for days with this. Thanks for any help.
Jerry.