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.
Short answer: You can't, that is what the adapters are there for.
OK, so if you need data... If it is a batch job, making a SQL extract off Progress to a flat file and then doing the eyecandy off that mightwill work, done something similar from mainframe stuff back in the day. Or piggybacking on a database you have an adapter for, invoking a stored proc going to fetch from Progess and populating that way, I say batch as this kind of stuff has lags...
Of course, a young guru might write and invoke some crazy script to do this even for adhoc to show off it can be done...
An old guru like me would sigh deeply and look with sad eyes and take the same attitude as to a 3-year old wanting candy in the store and say no.
If it is not just a one-off, it is cheaper in the long run to buy the adapter than to first pay someone to code that kind of jive and then someone to maintain it.
Cheers, H. WebFOCUS 8.1.05M Oracle 11g - DB2 RedHat
Posts: 115 | Location: Brighton UK | Registered: February 19, 2005
Or, if it is a full OpenEdge suite residing there, you might be able to use the OpenEdge WebServices to fetch the data. Not tried actually if you could invoke a PROGRESS language fetch with a script from FOCUS directly, but you can invoke scripts, handling the return is a bit challenging.
Cheers, H. WebFOCUS 8.1.05M Oracle 11g - DB2 RedHat
Posts: 115 | Location: Brighton UK | Registered: February 19, 2005
I agree with Hank's wisdom. Adapters are cheap compared to having custom code to maintain. The Progress adapter is a native adapter not just ODBC so it should perform well.
Thank you for using Focal Point!
Chuck Wolff - Focal Point Moderator WebFOCUS 7x and 8x, Windows, Linux All output Formats
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005