October 24, 200619 yr 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
October 24, 200619 yr 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, 200619 yr by Guest
October 25, 200619 yr Author 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?
October 25, 200619 yr 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.
Create an account or sign in to comment