As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
Is it possible to use SQL Passthru to query against a MySQL database? I don't see MySQL appearing as an option but was led to believe that you may be able to specify MySQL as an option for the engine directly in the FOCUS code. Looking for clarification if this is possible or not.This message has been edited. Last edited by: bcook278,
WebFOCUS 7.6.8 WebFOCUS Client and Server running on RedHat Linux, Developer Studio on Windows XP All output formats
Are you creating this through DevStudio? Just wondering what you meant by "not appearing as an option." When I use the "ENGINE" tool in DS, MySQL does not show up on the list. However, the syntax appears to be
SQL SQLMYSQL Select...
which can be coded into the procedure to enable passthru for MySQL - assuming the JDBC driver had been installed and correctly configured for your WF server (or local server in the case of DS)
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007
[SOLVED] I was able to get this working using MySQL by initially selecting say SQL400 and then editing the text to use SQLMYSQL instead. Had to tweek my SQL statement a bit but I was able to get this to run.
WebFOCUS 7.6.8 WebFOCUS Client and Server running on RedHat Linux, Developer Studio on Windows XP All output formats