Save form results to SQL database using Sharepoint Website

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am currently developing a data-driven Sharepoint website using Frontpage
2003.
The web server is running Microsoft IIS6.0 and Sharepoint Services
6.0.2.6361. I created a SQL server instance and Databae which I connected to
with no problem. The connection is listed in the datasource catalog and I can
create datasources. Queries to the database via the Dataview works fine.
However, I need to build a form that will save results directly to the
database. Normally I would have done this via a form, but this option only
allows you to save data to a file. Any help would be appreciated!
 
Use FP to create a basic form, then create/write a ASP/VBScript page to process the form data to the
database.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Back
Top