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     [SOLVED] Inserting data in focus db

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Inserting data in focus db
 Login/Join
 
Silver Member
posted
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, 2008Report This Post
Virtuoso
posted Hide Post
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, 2007Report This Post
Expert
posted Hide Post
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
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Master
posted Hide Post
I suggest getting a copy of the WebFOCUS Modify manual and make it your friend.

WebFOCUS Modify Reference


In FOCUS since 1985. Prod WF 8.0.08 (z90/Suse Linux) DB (Oracle 11g), Self Serv, Report Caster, WebServer Intel/Linux.
 
Posts: 975 | Location: Oklahoma City | Registered: October 27, 2006Report This Post
Silver Member
posted Hide Post
Thanx Dan n Francis Smiler
Thanx jgelona for ur suggestion, i already have that manual Smiler , but due to some other issue I was confused


Thanks and Regards,

WF 7611
XFOCUS/FOCUS DB
Win XP
EXL2K/HTML
 
Posts: 37 | Location: India | Registered: September 25, 2008Report 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     [SOLVED] Inserting data in focus db

Copyright © 1996-2020 Information Builders