简体   繁体   中英

Inserting Large XML Document in Sql Server with TIBCO Designer

I'm trying insert a large xml document (about 10MB) into a Sql Server 2008 table, this document is built in run-time.

My problem is a better way to make this insert. I'm using a simple insert command with one parameter of type string, but dosen´t work. In the table the field is showing a NULL value.

Unfortunately I'm not using any programming language, this is a project built in TIBCO Desginer, but I can use pieces of Java code.

Has some way to do this with a single insert?

尝试首先使用下面的XPath或使用“渲染XML”活动将XML渲染为字符串。

tib:render-xml(//path)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM