Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Infopath + Remote SQL Server 2008 on Browser

Author  Topic 

xpsal
Starting Member

1 Post

Posted - 2011-01-08 : 13:27:53
Please help!

Facts
1) I have Infopath, my employer has a remote SQL Server, which I'm able to access and create tables to the remote database.
2) I want to create a simple subscribe form (two text fields and a submit button), where the visitors can put their name and email, so that they can be contacted later.
3) I want it to be on a browser on the internet.
Problem
I don't know how to connect the Infopath to the remote SQL server so that it can submit data. When I choose Web services, I don't know what to put as a URL, should the URL be the server name?
Any help would be appreciated, especially because there is a deadline for me to finish this "subscribe page".
   

- Advertisement -