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 am inserting the data in focus db uisng MODIFY procedure in my application . Data is inserting properly focus db , but not able see inserting data in my application with out cosing seesion . if close the session(application) and then only able to see inserted data.
I used SET COMMIT=ON, even though not able to see.I inserted data like below command
SET COMMIT =OFF -RUN MODIFY FILE EMP MATCH EMPID ------- ------- ---------- DATA -------- --------- --------,$ END -RUN SET COMMIT =ON -RUN
please suggest how commit db properly, i am using first time this modify procedure.This message has been edited. Last edited by: pink,
Thanks and Regards,
WF 7611 XFOCUS/FOCUS DB Win XP EXL2K/HTML
Posts: 37 | Location: India | Registered: September 25, 2008
You should not SET COMMIT OFF before running your MODIFY procedure - if anything SET it ON. WebFOCUS should automatically issue a COMMIT at the end of the MODIFY process.
SET COMMIT = ON
-RUN
-*
MODIFY FILE EMP
MATCH EMPID
-------
-------
----------
DATA
--------
---------
--------,$
END
-RUN
WebFOCUS 7.7.05
Posts: 1213 | Location: Seattle, Washington - USA | Registered: October 22, 2007
MODIFY FILE CAR
FIXFORM COUNTRY/10
MATCH COUNTRY
ON NOMATCH INCLUDE
ON MATCH GOTO TOP
DATA
INDIA
END
-RUN
TABLE FILE CAR
PRINT
COUNTRY
END
-RUN
COUNTRY
-------
ENGLAND
JAPAN
ITALY
W GERMANY
FRANCE
INDIA
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server