cancel
Showing results for 
Search instead for 
Did you mean: 

Web Forms & MS SQL

dcookes
Champ in-the-making
Champ in-the-making
Hey All,

Can Alfresco 3.2 create web forms that place data directly to MS SQL DB's?

Regards,
DC
3 REPLIES 3

mrogers
Star Contributor
Star Contributor
no

vgsiz
Champ in-the-making
Champ in-the-making
Could you give some hints how we could do this with a "form" stored in Alfresco

C

invictus9
Champ in-the-making
Champ in-the-making
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.