Microsoft
Software
Hardware
Network
Question : Pass a structure from InfoPath to SQL via Web Service
Hi,
I'm relatively new to InfoPath & SQL. I have a SQL table with 20 columns that I write records to from InfoPath. I wrote a web service which takes 20 parameters and it all works. But somehow I don't think 20 parameters is the right way to do it. It's conveniently all one Infopath Group. What technology should I use to pass this InfoPath Group to SQL? I know there must be some simple way to do this, besides a web method with 20 parameters.
Thanks
Dave
Answer : Pass a structure from InfoPath to SQL via Web Service
You can create a new form based on a sql database connection. The table must already be created in SQL. Then you can submit records to that table.
Random Solutions
SSRS: Default Date
Outlook 2007 Add-in menu button click event... Strange behavior.
Visual basic: how to use the Mouse wheel on and off (lebans software):
How do I determine if a server is or was a DC
Excel Cell Click Capture
Insert pictures into Meeting Request
How do I add a ComboBox to a C# Datagridview only in a particular cell? Not the whole column.
Why does performance score increase for processor due to Win7 64-bit?
SQL 2005 refreshing database users
How to type a character string using a shortcut key in VBA.