Web Forms & MS SQL

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-13-2010 11:03 PM
Hey All,
Can Alfresco 3.2 create web forms that place data directly to MS SQL DB's?
Regards,
DC
Can Alfresco 3.2 create web forms that place data directly to MS SQL DB's?
Regards,
DC
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2010 05:07 AM
no

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2010 06:21 AM
Could you give some hints how we could do this with a "form" stored in Alfresco
C
C
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2010 10:19 AM
One way to approach this is to create a Web Script (search the Alfresco wiki) to create a form. Submitting the form would then invoke an action to do the storing. If the MS SQL Server had Web Services implemented, you could invoke those web services. Alternatively, you could create a Java-backed web script that used JDBC to connect to the database and perform the save.
