Re: Sql server 2005 Many to Many relationship
- From: "Sylvain Lafontaine" <sylvain aei ca (fill the blanks, no spam please)>
- Date: Thu, 6 Dec 2007 11:11:58 -0500
You must create a third table that will hold the reference to each of the
table and use to store your many-to-manyu relationship. This is the usual
design with all relational databases and it doesn't change with Sql-Server
2005, ADO or ADO.NET.
--
Sylvain Lafontaine, ing.
MVP - Technologies Virtual-PC
E-mail: sylvain aei ca (fill the blanks, no spam please)
"Manjree Garg" <garg@xxxxxxxxxxxxxxxx> wrote in message
news:2C13A2E0-7BB1-4E24-942F-101468F88348@xxxxxxxxxxxxxxxx
Hi
I am developing a Sql Server 2005 database and using ADO.Net to access it
in VC++ 2005.
Is there some way of defining many-to-many relationship between two
tables(e.g. Experiment and SampPrep).
Any suggestions will be appreciated.
Thanks.
Manj
.
- Prev by Date: Re: Sql server 2005 Many to Many relationship
- Next by Date: run time error 3706
- Previous by thread: Re: Sql server 2005 Many to Many relationship
- Next by thread: run time error 3706
- Index(es):
Relevant Pages
|
|