rogermax Posted May 15, 2007 Posted May 15, 2007 In FM5 through 6 it was possible to call a script using JDBC with syntax like -- {CALL script_name(db_name)} Can this still be done with FM8.5, and if so can we pass script parameters with it? I haven't found it in the documentation I have. tx.
ave! Posted May 16, 2007 Posted May 16, 2007 No, you cannot execute script via JDBC (or ODBC) with FM 7 or later. FYI, FM PHP API seems to have a way to do this.
rogermax Posted May 16, 2007 Author Posted May 16, 2007 Bummer, that would have worked swell. I will look into the php route. tx
Jesse Barnum Posted May 17, 2007 Posted May 17, 2007 You can use the WooF JDBC driver (https://woof.dev.java.net) to call scripts as stored procedures. The driver is open source, and was written as a replacement for the JDBC driver that ships with FM 5.5 - 8.5.
Recommended Posts
This topic is 6400 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now