Click here to Skip to main content
15,891,248 members
Home / Discussions / Database
   

Database

 
GeneralRe: Version Calculator Pin
bgates197011-May-10 5:25
bgates197011-May-10 5:25 
GeneralRe: Version Calculator Pin
Chris Meech11-May-10 7:36
Chris Meech11-May-10 7:36 
GeneralRe: Version Calculator Pin
Richard MacCutchan11-May-10 9:53
mveRichard MacCutchan11-May-10 9:53 
GeneralRe: Version Calculator Pin
Luc Pattyn11-May-10 8:25
sitebuilderLuc Pattyn11-May-10 8:25 
GeneralRe: Version Calculator Pin
Chris Meech11-May-10 9:02
Chris Meech11-May-10 9:02 
GeneralRe: Version Calculator Pin
bgates197012-May-10 10:31
bgates197012-May-10 10:31 
Questionsaving nested collection Pin
reza assar10-May-10 6:06
reza assar10-May-10 6:06 
AnswerRe: saving nested collection Pin
Johan Hakkesteegt10-May-10 21:08
Johan Hakkesteegt10-May-10 21:08 
All the fields in each row in your table, are automatically related to each other, by being in the same row. You can not and do not need to create any relationship.

If you want to relate values from one row to those in another row, you will have to create two tables, and create a relationship between those.

So for example something like:
Table 1: Nodes (ID, NodeName) Where ID is unique
Tabl e2: UpareNodes (ID, NodeName, Parent_ID)
Relation: Nodes.ID = UpareNodes.Parent_ID
My advice is free, and you may get what you paid for.

QuestionSQL Data Type for RTF Pin
gmhanna10-May-10 5:12
gmhanna10-May-10 5:12 
AnswerRe: SQL Data Type for RTF Pin
Eddy Vluggen10-May-10 5:39
professionalEddy Vluggen10-May-10 5:39 
GeneralRe: SQL Data Type for RTF Pin
gmhanna10-May-10 8:23
gmhanna10-May-10 8:23 
GeneralRe: SQL Data Type for RTF Pin
Eddy Vluggen10-May-10 9:10
professionalEddy Vluggen10-May-10 9:10 
GeneralRe: SQL Data Type for RTF Pin
gmhanna10-May-10 10:16
gmhanna10-May-10 10:16 
GeneralRe: SQL Data Type for RTF Pin
Eddy Vluggen10-May-10 10:50
professionalEddy Vluggen10-May-10 10:50 
GeneralRe: SQL Data Type for RTF Pin
Simon_Whale10-May-10 11:11
Simon_Whale10-May-10 11:11 
GeneralRe: SQL Data Type for RTF Pin
gmhanna10-May-10 12:50
gmhanna10-May-10 12:50 
Questionhow to write querry for exact given no Pin
developerit10-May-10 1:15
developerit10-May-10 1:15 
AnswerRe: how to write querry for exact given no Pin
Johan Hakkesteegt10-May-10 1:24
Johan Hakkesteegt10-May-10 1:24 
AnswerRe: how to write querry for exact given no Pin
Henry Minute10-May-10 1:33
Henry Minute10-May-10 1:33 
GeneralRe: how to write querry for exact given no Pin
developerit10-May-10 1:47
developerit10-May-10 1:47 
GeneralRe: how to write querry for exact given no Pin
Henry Minute10-May-10 1:51
Henry Minute10-May-10 1:51 
GeneralRe: how to write querry for exact given no Pin
Luc Pattyn10-May-10 2:55
sitebuilderLuc Pattyn10-May-10 2:55 
Questionwhich records are included in the sum Pin
prithaa9-May-10 19:37
prithaa9-May-10 19:37 
AnswerRe: which records are included in the sum Pin
Johan Hakkesteegt10-May-10 1:32
Johan Hakkesteegt10-May-10 1:32 
GeneralRe: which records are included in the sum Pin
prithaa10-May-10 2:12
prithaa10-May-10 2:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.