Defining internal DB relationships necessary?

2002-01-09 Thread Gyrus
My only work with databases is through ColdFusion, largely Access. In designing the tables, Access forces you to define a Primary Key, but I've only ever used the Relationships view where you define the actual relationships for visualisation purposes. Most of the sites I've done have been

RE: Defining internal DB relationships necessary?

2002-01-09 Thread Mark Stewart
: Gyrus [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 10:31 AM To: CF-Talk Subject: Defining internal DB relationships necessary? My only work with databases is through ColdFusion, largely Access. In designing the tables, Access forces you to define a Primary Key, but I've only ever

Re: Defining internal DB relationships necessary?

2002-01-09 Thread Billy Cravens
PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, January 09, 2002 9:31 AM Subject: Defining internal DB relationships necessary? My only work with databases is through ColdFusion, largely Access. In designing the tables, Access forces you to define a Primary Key, but I've only ever

Re: Defining internal DB relationships necessary?

2002-01-09 Thread Bryan Stevenson
www.macromedia.com - Original Message - From: Gyrus [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, January 09, 2002 7:31 AM Subject: Defining internal DB relationships necessary? My only work with databases is through ColdFusion, largely Access. In designing the tables, Access

Re: Defining internal DB relationships necessary?

2002-01-09 Thread Gyrus
Are you sure that the relationships are only used in the Access GUI? My understanding is that they were true constraints. You're right, I believe - only I've never had a single problem so far with not defining them inside the DB (apart from PK's, which Access forces, and I've got into the

Re: Defining internal DB relationships necessary?

2002-01-09 Thread Dina Hess
, and Implementation 7th edition, David M. Kroenke, Copyright 2000, Prentice Hall, http://www.prenhall.com/kroenke) HTH, Dina - Original Message - From: Gyrus To: CF-Talk Sent: Wednesday, January 09, 2002 9:31 AM Subject: Defining internal DB relationships necessary? My only

Re: Defining internal DB relationships necessary?

2002-01-09 Thread Douglas Brown
PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, January 09, 2002 8:52 AM Subject: Re: Defining internal DB relationships necessary? Are you sure that the relationships are only used in the Access GUI? My understanding is that they were true constraints. You're right, I believe

Re: Defining internal DB relationships necessary?

2002-01-09 Thread Jeffry Houser
At 03:31 PM 01/09/2002 +, you wrote: My only work with databases is through ColdFusion, largely Access. In designing the tables, Access forces you to define a Primary Key, but I've only ever used the Relationships view where you define the actual relationships for visualisation purposes.

Re: Defining internal DB relationships necessary?

2002-01-09 Thread Gyrus
Well here is my thought. As far as my DB is concerned I fully use creating a pri key and foreign key relationships where needed on all my tables. This helps so much in avoiding someone delteting something from one table that relies on something in another table. As I said, I do rigorous

Re: Defining internal DB relationships necessary?

2002-01-09 Thread Douglas Brown
Brown - Original Message - From: Gyrus [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, January 09, 2002 9:49 AM Subject: Re: Defining internal DB relationships necessary? Well here is my thought. As far as my DB is concerned I fully use creating a pri key and foreign

Re: Defining internal DB relationships necessary?

2002-01-09 Thread Jeffry Houser
At 05:49 PM 01/09/2002 +, you wrote: Well here is my thought. As far as my DB is concerned I fully use creating a pri key and foreign key relationships where needed on all my tables. This helps so much in avoiding someone delteting something from one table that relies on something in

Re: Defining internal DB relationships necessary?

2002-01-09 Thread Billy Cravens
You're right, not defining the relationships won't cause anything to crash, but can compromise the integrity of your database - Original Message - From: Gyrus [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, January 09, 2002 10:52 AM Subject: Re: Defining internal DB

Re: Defining internal DB relationships necessary?

2002-01-09 Thread Billy Cravens
[EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, January 09, 2002 11:49 AM Subject: Re: Defining internal DB relationships necessary? Well here is my thought. As far as my DB is concerned I fully use creating a pri key and foreign key relationships where needed on all my tables

RE: Defining internal DB relationships necessary?

2002-01-09 Thread Mark Stewart
to maintain. Mark -Original Message- From: Gyrus [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 12:50 PM To: CF-Talk Subject: Re: Defining internal DB relationships necessary? Well here is my thought. As far as my DB is concerned I fully use creating a pri key and foreign key