Osman Posted October 24, 2006 Posted October 24, 2006 Hi there, I'll start develop new web site with xslt. But the problem is some data are been outside of the FileMaker. The user enters the product id than i'll get product name (if the product exist) by a sql query. I'll use FileMaker for all other database necessity. Only i have to get product name with sql. Is it possible? Thanks in advance cabi
Leb i Sol Posted October 24, 2006 Posted October 24, 2006 (edited) is it possbile.....what? to run and sql querry? Yes to run an sql querry within results in fm? yes knowing what data is outsite FM and in what format? not without you posting more ;-) All the best! Edited October 24, 2006 by Guest
Osman Posted October 25, 2006 Author Posted October 25, 2006 thanks for your response. I want to get product name and control if the product exist or not while entering new purchase request. The new record will be added if the given number matches with an product. How can i do that? Do the scripts help me about this issue?
Martin Brändle Posted October 25, 2006 Posted October 25, 2006 The Xalan XSLT processor might support SQL extensions, see http://xml.apache.org/xalan-j/extensionslib.html#sql But you have to try it out yourself. Probably you have to install a JDBC driver. It may also be that FMI has turned this functionality in Xalan off. Concerning scripts: The "Execute SQL" script step is not web compatible.
Recommended Posts
This topic is 6605 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