Is it possible to enter data in InfoPath and insert it into a SQL server database? If so, what is required to accomplish this?
I believe there are two possible ways to do that. One is through a web service. The other and possibly a simpler way is by using LINQ to SQL. Hope that helps.
You can also write .NET code behind the form; you can then access the database in many different ways.