Search code examples
xmlms-accesstrim

Why data is truncated when importing from XML to an Access database


When I import the XML into Access, One of the XML columns is trimmed in Access database. Is there any way to specify the data type for each column when importing into Access?

I tried to change the column size but it allows 255 character only but my column in XML is more than 255. I want to copy an XML file to Access database and from Access database to SQL.

Please let me know the method and i have to create two tables from one xml

I have tried using directly importing from xml to sql. i got one link if i click link one query window will open . Now i have to create two table . could you help me which tag i have used in open XML query.

enter image description here


Solution

  • Ya , there is a limitation to MS Access. But there is solution . Let the Access create a table . But create a structure of table by renaming the older one and Now just Append the data to the New one which is having Structure . before that change data type to LONG- Text. That's it :)