Jump to content
Xtreme .Net Talk

Recommended Posts

Posted (edited)

Re: Export dataset to Ms Access .mdb file

 

Hi, to everyone. I have a problem exporting my XML file with an error:

System.Runtime.InteropServices.COMException not handled

ErrorCode=-2147467259

Message="La dimensione di un campo è eccessiva. "

translated is more or less: the size of a field is too big

Source="Microsoft JET Database Engine"

 

I use VS 2008 and use as reference:

Microsoft ADO Ext. 6.0 for DDL and Security (Interop.ADOX) 6.0.0.0

adodb.dll 7.0.3300.0

 

I use as string field a lot of nvvarchar(max) that my XML translate in

<xs:simpleType>

<xs:restriction base="xs:string">

<xs:maxLength value="2147483647"/>

</xs:restriction>

</xs:simpleType>

 

I attach my XML, can someone please help me?

Perizia.zip

Edited by snarfblam

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...