PDA

View Full Version : Executing SQL Statements within JavaScript


swartzks
January 12th, 2009, 02:38 PM
I'm using ODBC to connect FP to a SQL database. I'd like to have a JavaScipt rule to update a status field for each record in the database as FP completes each record. Is this possible and how? Thanks.

Dan Korn
January 19th, 2009, 09:40 AM
There is no mechanism in FusionPro to write back to an ODBC data source at composition time. The database is "read-only" to FusionPro.

If you can be more specific about what you're trying to accomplish, I might be able to either suggest an alternate approach or formulate an enhancement request to add to our roadmap.