Click here to Skip to main content
15,887,683 members
Home / Discussions / Database
   

Database

 
Questionscope identity not a function name Pin
kal2na216-Nov-05 19:37
kal2na216-Nov-05 19:37 
AnswerRe: scope identity not a function name Pin
Grav-Vt17-Nov-05 12:57
Grav-Vt17-Nov-05 12:57 
QuestionCheck for a string of SPACE characters Pin
Chris Meech16-Nov-05 9:06
Chris Meech16-Nov-05 9:06 
QuestionSQL code coverage Pin
Paul Watson16-Nov-05 3:23
sitebuilderPaul Watson16-Nov-05 3:23 
QuestionRe: SQL code coverage Pin
Chris Meech16-Nov-05 9:10
Chris Meech16-Nov-05 9:10 
AnswerRe: SQL code coverage Pin
Paul Watson16-Nov-05 9:22
sitebuilderPaul Watson16-Nov-05 9:22 
QuestionTying a XML playlist to SQL data Pin
normschaef15-Nov-05 11:56
normschaef15-Nov-05 11:56 
Questionschema design question Pin
ppp00115-Nov-05 6:44
ppp00115-Nov-05 6:44 
Hi,

I have two objects, both point to each other in OO.
e.g.
Class Father
{
private int id; //id of father
private Son son;
}
Class Son
{
private int id; //id of Son
private Father father;
}

so I need to have two tables in database as follow,

Table Father :
(id, SonId)

Table Son :
(id, FatherId)

The problem is, should I eliminate the one of the reference in one of the table, e.g.

Table Father :
(id)

Table Son :
(id, FatherId)

so I just have the fatherID in the son table.
But if I remove the sonID from the father table,
I need to join the two tables when I retrieve fathers
from the father table.
So what are the pros and cons of the two schema design ?

Thanks
AnswerRe: schema design question Pin
Daniel Santillanes15-Nov-05 7:00
professionalDaniel Santillanes15-Nov-05 7:00 
GeneralRe: schema design question Pin
toxcct16-Nov-05 5:24
toxcct16-Nov-05 5:24 
QuestionDataSet - Query problem Pin
Timothy_198215-Nov-05 5:47
Timothy_198215-Nov-05 5:47 
AnswerRe: DataSet - Query problem Pin
Daniel Santillanes15-Nov-05 6:49
professionalDaniel Santillanes15-Nov-05 6:49 
GeneralRe: DataSet - Query problem Pin
Timothy_198215-Nov-05 7:36
Timothy_198215-Nov-05 7:36 
GeneralRe: DataSet - Query problem Pin
Daniel Santillanes15-Nov-05 12:18
professionalDaniel Santillanes15-Nov-05 12:18 
QuestionNo Row Returned Pin
Brendan Vogt14-Nov-05 17:43
Brendan Vogt14-Nov-05 17:43 
AnswerRe: No Row Returned Pin
Colin Angus Mackay14-Nov-05 20:21
Colin Angus Mackay14-Nov-05 20:21 
Questionconnecting to a database..needs help Pin
JustmeNick14-Nov-05 5:52
JustmeNick14-Nov-05 5:52 
QuestionSQL Server does not exist or access denied. Pin
smita_roy13-Nov-05 21:30
smita_roy13-Nov-05 21:30 
AnswerRe: SQL Server does not exist or access denied. Pin
ricardojb14-Nov-05 17:20
ricardojb14-Nov-05 17:20 
QuestionInternal Processor Error Pin
lovelylooney13-Nov-05 21:26
lovelylooney13-Nov-05 21:26 
Questiondiff b/w ado and ado.net Pin
expertdeveloper13-Nov-05 20:18
expertdeveloper13-Nov-05 20:18 
AnswerRe: diff b/w ado and ado.net Pin
toxcct16-Nov-05 5:31
toxcct16-Nov-05 5:31 
Questionproblem with Sqlparameters :( Pin
da vinci coder13-Nov-05 13:09
da vinci coder13-Nov-05 13:09 
AnswerRe: problem with Sqlparameters :( Pin
Colin Angus Mackay13-Nov-05 13:21
Colin Angus Mackay13-Nov-05 13:21 
GeneralRe: problem with Sqlparameters :( Pin
TheJudeDude9-Feb-06 6:16
TheJudeDude9-Feb-06 6:16 

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.