infopath xml datatype

Joined
Aug 20, 2011
Messages
1
Reaction score
0
At my organization the infopath developers have built a data capture system that feeds xml files generated by infopath forms to an SQL server. It loads the form data in one column in in an SQL database. SQL query language is used to extract the data but all the fields are read as character (string), so all the work of specifying the data type in the Infopath form is lost and all numeric data must be converted again. It seems that the xml string does not contain any information about datatype. I'm wondering if there is a way to force Infopath to put the data type information along with the values in the xml files it produces when forms are complete so that SQL can later use that information to maintain the formats in the SQL database. This seems like a very inefficient system design that I would like to somehow improve and save myself and others a lot of work.
 

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