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

感情迁移 提交于 2019-12-13 09:19:03

问题


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.


回答1:


Sorry, there is a limitation to MS Access. I do not believe there is a way to do what you are trying to. Can you not import it directly to SQL Server?




回答2:


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 :)



来源:https://stackoverflow.com/questions/51479456/why-data-is-truncated-when-importing-from-xml-to-an-access-database

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!