IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How to create multiple foreign keys


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sqljunkie

New User


Joined: 03 May 2006
Posts: 2

PostPosted: Fri May 05, 2006 9:40 am
Reply with quote

Hi,

I have table1,table2,table3,table4

table1 i created with account number as primary key: worked fine
table 2 i created with account_number and account_ind as primary key and references table1.account number as foreign key : worked fine

now while creating table 3 -my primary key is accout_ number and table_4 ind and foreign key should be table2.account number and table2.account_ind
-this fails saying

DSNT408I SQLCODE = -538, ERROR: FOREIGN KEY TABCFK DOES NOT CONFORM TO THE
DESCRIPTION OF A PARENT KEY OF TABLE TABLE2

Can someone tell me what iam doing wrong.
Back to top
View user's profile Send private message
cheryala

New User


Joined: 20 Mar 2006
Posts: 46

PostPosted: Fri May 05, 2006 12:18 pm
Reply with quote

Hi
What I believe is you can't create a foriegn key on another foreign key..
Instead of pointing to table2.account_number ...try using table1.account_number ...

Cheers,
Cheryala
Back to top
View user's profile Send private message
perez_a

New User


Joined: 02 Feb 2006
Posts: 25
Location: Italy

PostPosted: Fri May 05, 2006 5:01 pm
Reply with quote

Hi sqljunkie,
have u cecked that
accout_ number table_4 ind are some type of
account_number account_ind ?
If yes, please write the code that u have used for more detail.
Have a nice day, Alex icon_wink.gif
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts How to create a list of SAR jobs with... CA Products 3
No new posts Multiple table unload using INZUTILB DB2 2
No new posts Grouping by multiple headers DFSORT/ICETOOL 7
Search our Forums:

Back to Top