Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     stored procedures vs direct data access

Read-Only Read-Only Topic
Go
Search
Notify
Tools
stored procedures vs direct data access
 Login/Join
 
<JaneB>
posted
We want to make a case for direct data access and, as would naturally follow, against using stored procedures. I know that technically WF can work with stored procedures but I don't know anything about the difference in performance or general efficiency vs direct access. I imagine you lose some autonomy and ability to react quickly to application issues when you have to depend on a stored procedure. But we could use more ammo for this discussion.

Does anyone have any experience for evidence that direct data access is the way to go for various reasons? Thanks in advance! -Denver Jane
 
Report This Post
Platinum Member
posted Hide Post
We use MSSQL stored procs for all data retrieval.
We are happy with performance but we have never
really compared it to using straight WebFocus.

I think it gives you more flexibility in data retrieval.

The one drawback I see is if you use the report painter
in DevStudio. Since there is no .MAS file to run against.

Lenny
 
Posts: 104 | Location: Boston | Registered: April 23, 2003Report This Post
Master
posted Hide Post
Even using stored procedures, it's quite easy to generate the metadata (Master Files) needed to use the Report Painter - provided you have the adapter for that data source installed on a WebFOCUS server in your environment.

You would use the WebFOCUS Server Console to create these files. Once you've got them on the server, it's simple to point at them by changing the environment in DevStudio to use that server as your development server, or to make a copy of them if you want to use a development server on your PC.

Many users use a combination of stored procedures and adhoc queries via FOCUS language or SQL.
 
Posts: 919 | Registered: March 26, 2003Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     stored procedures vs direct data access

Copyright © 1996-2020 Information Builders