Hello All!
What I need is to save the information when filling a form to the database.
Everywhere it is said that I can do that, but I don't know how.
What I actually do:
-Design new form from data connection, where I show my Sql Server database.
I don't put in type of the connection, but it is "Receive data from
database", and I cannot change it..
-Wizard creates a form with New record and Run query buttons. Run query
works perfect. But not New Query..
Thank you!
David Dean - 03 Aug 2007 13:08 GMT
If you are creating a browser-enabled form template with InfoPath 2007,
submitting directly to a SQL Server database is not supported.
As a workaround, you can implement a web service with a Submit method that
accepts your form document as an XmlDocument parameter and executes the
necessary SQL or stored procedures to update the database. You can then add a
submit data connection to your form template that submits to this web service.

Signature
David Dean
Sr. Member Technical Staff
Insource Technology Corp.
> Hello All!
>
[quoted text clipped - 9 lines]
>
> Thank you!
Kalyan G Reddy MVP (GGK Tech) - 03 Aug 2007 13:20 GMT
Hello
Try reading this link
http://www.qdabra.com/proddetail.asp?prod=QDBXL1

Signature
Kalyan G Reddy - INFOPATH MVP 2007
http://www.ggktech.com
> Hello All!
>
[quoted text clipped - 9 lines]
>
> Thank you!