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     [CLOSED] Updating Table without primary key

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Updating Table without primary key
 Login/Join
 
Gold member
posted
Hi,

Is there any way we can perform insert/update/delete operations on a database table using maintain?

I tried it using maintain for a table without primary key but i get following error

"(FOC03730) :Non-NEXT access on non-keyed segment: is/are not supported in
Maintain. "

This message has been edited. Last edited by: Kerry,


Webfocus 7.7.03
Windows XP
Excel, PDF, HTML, APDF, AHTML, Maintain
 
Posts: 59 | Registered: July 22, 2009Report This Post
Master
posted Hide Post
Maintain does require a key to perform the NEXT, MATCH, Update, Include, Delete and Revise commands. We rely on them so we know where in the database to put / retrieve the record.

The only way to get around this, would be to use a flat file. If you do that then you CAN do a TYPE ON DDNAME to write data to a database / file. You could also use a Master File to retrieve the information from that flat file, but even then, the Master File must have a KEYS statement.

Mark Derwin
 
Posts: 663 | Location: New York | Registered: May 08, 2003Report This Post
Expert
posted Hide Post
I would have thought that you could do this in MODIFY.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report This Post
Virtuoso
posted Hide Post
Modify will support an INCLUDE for non-keyed tables, but not UPDATE or DELETE.

Logically, how does MODIFY know which instance needs to be UPDATEd or DELETEd without knowing which record to be on. The key defines that.


Alan.
WF 7.705/8.007
 
Posts: 1451 | Location: Portugal | Registered: February 07, 2007Report This Post
Expert
posted Hide Post
BY NEXTing throught the records.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report This Post
Gold member
posted Hide Post
I checked with IBI.
They also say that it is not possible now and there is no plan to introduce such feature in the future also Smiler


Webfocus 7.7.03
Windows XP
Excel, PDF, HTML, APDF, AHTML, Maintain
 
Posts: 59 | Registered: July 22, 2009Report 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     [CLOSED] Updating Table without primary key

Copyright © 1996-2020 Information Builders