Newbie Question: Data storage/retrieval

C

Chris W

We don't have Infopath but I was asked to do a little research...where does
Infopath store the user data entered through a form? In SQL Server or can the
developer choose a different data source such as ORACLE, DB2 or MS Access
etc? Same question for data retrieval? How about retrieval options? Is there
support for stored procedures?Any info or re-direct to another source would
be appreciated.
 
S

S.Y.M. Wong-A-Ton

InfoPath stores data in XML or a database. SQL Server and Access are
supported by InfoPath, i.e., you can bind a form directly to either one of
these databases. Other databases such as Oracle can be accessed through web
services.

The same goes for data retrieval. Full support for stored procedures can be
achieved through managed code in InfoPath or by calling them through web
services.

Some resources for more information:
http://msdn.microsoft.com/library/en-us/odc_ip2003_ta/html/odc_inArch.asp?frame=true

http://msdn.microsoft.com/library/e...OfficeInfoPathWebServiceASPNET.asp?frame=true

http://msdn.microsoft.com/library/en-us/odc_ip2003_ta/html/odc_ipinfopathdecisiontree.asp?frame=true

http://msdn.microsoft.com/office/understanding/infopath/default.aspx
 

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