Problem using OLEDB connector

P

Pranav Nabar

Hi,
I am trying to insert data into an Excel sheet using Microsoft Jet OLE DB
4.0 driver. One of the fields is exceeding 255 characters. I get the error:

"The field is too small to accept the amount of data you attempted to add.
Try inserting or pasting less data"

This is surely not a problem with Excel since I put in the data manually.
Please let me know if we have a solution/workaround for this.

Thanks,
Pranav.
 
P

Paul Clement

¤ Hi,
¤ I am trying to insert data into an Excel sheet using Microsoft Jet OLE DB
¤ 4.0 driver. One of the fields is exceeding 255 characters. I get the error:
¤
¤ "The field is too small to accept the amount of data you attempted to add.
¤ Try inserting or pasting less data"
¤
¤ This is surely not a problem with Excel since I put in the data manually.
¤ Please let me know if we have a solution/workaround for this.

I believe you are encountering an issue with the Jet provider. See if the following helps:

PRB: Transfer of Data from Jet 4.0LEDB Source Fails with Buffer Overflow Error
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q281517


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top