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.
Hi, i want to know what set of lines i need to use at the top of the focus code so that i can view the sql code that the focus code generates.This message has been edited. Last edited by: Kerry,
7.6.7 windows PDF,EXCEL.
Posts: 160 | Location: Atlanta,GA | Registered: July 16, 2009
Hey francis, i dont know what happened,but the search engine in my developer studio is not working from the last 10 days,i dont know what the problem is.
7.6.7 windows PDF,EXCEL.
Posts: 160 | Location: Atlanta,GA | Registered: July 16, 2009
Hi , i am attaching a sample code,please tell me what the problem is as i am not able to see any generated sql code.
SET XRETRIEVAL=OFF SET TRACEOFF = ALL SET TRACEON = SQLAGGR//CLIENT SET TRACEON = STMTRACE//CLIENT SET TRACEON = STMTRACE/2/CLIENT SET TRACEUSER = ON -RUN
TABLE FILE EMPLOYEE PRINT LAST_NAME FIRST_NAME
HEADING "" FOOTING "" ON TABLE SET PAGE-NUM OFF ON TABLE NOTOTAL ON TABLE PCHOLD FORMAT HTML END
7.6.7 windows PDF,EXCEL.
Posts: 160 | Location: Atlanta,GA | Registered: July 16, 2009
EMPLOYEE is not a relational table but rather a FOCUS file. If you use these commands against a relational table and do a view source on the page that comes up, you will see the generated SQL.
The search to which Francis refers is the one at the top of this, and every posting list, within the Focal Point Forum.
All we ask here is that, before posting your question, you first take the time to perform a search using that link. Be inventive in your search phrases as you might verbalise differently to others.
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004
yes tony, i understand what fransis has suggested me. i just explained what i am facing i.e; not able to search in dev studio. i will do search b4 posting.
7.6.7 windows PDF,EXCEL.
Posts: 160 | Location: Atlanta,GA | Registered: July 16, 2009
Hi , i am getting the following error when i try to see the sql for a relational file,please look into the code and help me...
==================================== SET XRETRIEVAL=OFF SET TRACEOFF = ALL SET TRACEON = SQLAGGR//CLIENT SET TRACEON = STMTRACE//CLIENT SET TRACEON = STMTRACE/2/CLIENT SET TRACEUSER = ON
TABLE FILE CUST03 PRINT CUSTQ03_REL_STX_01 END
WHEN I RUN THIS ,IT GIVES AN ERROR SHOWING 'ERROR PARSING THE REQUEST' NEED HELP ON THIS.....
7.6.7 windows PDF,EXCEL.
Posts: 160 | Location: Atlanta,GA | Registered: July 16, 2009