daniel
Fri Nov 19 15:27:10 CST 2004
Here's a few URLs from my bookmarks on doing this:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_ip2003_ta/html/odc_infopath_submitting_forms.asp
-- includes an example on submitting to SQL
"Submitting to a database makes sense for this scenario because of the
interaction with the issue table. New issue records are created directly from
the form. In general, you should consider submitting to a database when there
is direct interaction with database tables, without the need to manipulate
the form data. "
With a web service:
http://msdn.microsoft.com/office/understanding/infopath/default.aspx?pull=/library/en-us/odc_ip2003_tr/html/odc_INF_Lab_09.asp
http://msdn.microsoft.com/office/understanding/infopath/default.aspx?pull=/library/en-us/odc_ip2003_ta/html/office_infopath_using_datasets.asp
Daniel Larson
www.portalbuilder.org
"Space Junk" wrote:
> I am trying to do it in InfoPath right now, and I can only figure out how to
> get it to submit the data to the form library, not to a SQL Table.
>
> Do you know of a good reference for using InfoPath to put data from a form
> into a SQL table?
>
> Seems like were are going backwards in easability here. I used to be able
> to create a form in seconds that could put data into a SQL table. Now with
> WSS, it is not so easy.
>
> "gougler" wrote:
>
> > The data entry forms in WSS can only save to lists that are created in
> > WSS. For external data sources WSS only provides read-only support
> > (view only). You can use InfoPath forms to write data to external
> > datasources and publish them to WSS.
> >
> >