If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Problem with relationship

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-28-07, 04:12
cineFreak cineFreak is offline
Registered User
 
Join Date: Oct 2006
Posts: 12
Question Problem with relationship

Hello everybody

I have an application which get the information from a db2 database.
Because I can't delete a datarecord in the application itself, I tried to delete it hardcore with SQL commands on db2.

Now I have a problem with one record in a table. When I try to delete this record it tells me the message:
SQL0532N A parent row cannot be deleted because the relationship "PM.AVNTDVER.AVNCDREV_DOC" restricts the deletion.
I know from Oracle that there exists a system table which contains all the relationship between the tables. Is there also such a table in db2 or how can I find out which columns and which tables are affected by this relationship "PM.AVNTDVER.AVNCDREV_DOC"??

Thanks for any help
Raphael
Reply With Quote
  #2 (permalink)  
Old 03-28-07, 04:23
stolze stolze is offline
Registered User
 
Join Date: Jan 2007
Location: Jena, Germany
Posts: 2,662
In DB2, have a look at the SYSCAT.REFERENCES catalog view.

http://tinyurl.com/29gw9x
__________________
Knut Stolze
IBM DB2 Analytics Accelerator
IBM Germany Research & Development
Reply With Quote
  #3 (permalink)  
Old 03-28-07, 06:02
cineFreak cineFreak is offline
Registered User
 
Join Date: Oct 2006
Posts: 12
Thumbs up

Quote:
Originally Posted by stolze
In DB2, have a look at the SYSCAT.REFERENCES catalog view.

http://tinyurl.com/29gw9x

Thank you very much... that's exactly the tables I search many times
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On