Re: referential integrity lock up

2005-09-28 Thread Enrique Sanchez Vela
Tripp, thanks for your prompt response, however I would like to keep the FOREIGN_KEY_CHECKS enabled so I dont shoot myself on the foot. unless, as it looks right now, it turns impossible to delete stuff from the table. thanks, esv. --- Tripp Bishop <[EMAIL PROTECTED]> wrote: > Enrique, > > Tr

Re: referential integrity for MyIsam

2004-07-02 Thread Jigal van Hemert
From: "starofframe" <[EMAIL PROTECTED]> > CanIt Vote for ID 62298InnoDB still has the major issue about the slow access of database... > I use mysql database for website.. For a new application we're building we performed some tests to decide upon MyISAM/InnoDB and two table lay-outs. We ran two pr

Re: referential integrity for MyIsam

2004-07-02 Thread starofframe
CanIt Vote for ID 62298InnoDB still has the major issue about the slow access of database... I use mysql database for website.. - Original Message - From: Daniel Kasak To: starofframe ; [EMAIL PROTECTED] Sent: Friday, July 02, 2004 11:08 AM Subject: Re: referential integrity

Re: referential integrity for MyIsam

2004-07-01 Thread Daniel Kasak
starofframe wrote: Hi All, I've read that MyIsam type table doesnt have the "referential integrity" function... I hav tried to find other 3rd party s/w that can solve the issue. Finally I read from PhpMyAdmin documentation that "recently PhpMyAdmin can check referential Integrity" but I still

Re: Referential integrity, FULLTEXT and table types

2003-07-28 Thread Santino
At 16:20 +0100 28-07-2003, Tom Gazzini wrote: I need to have a table that supports FULLTEXT searches. This implies that this table should be a MyISAM table. However, I also require that this table act as a parent for child tables in order to support referential integrity. If I create the child tabl

RE: Referential integrity, FULLTEXT and table types

2003-07-28 Thread Marek Lewczuk
> I need to have a table that supports FULLTEXT searches. This > implies that this table should be a MyISAM table. > > However, I also require that this table act as a parent for > child tables in order to support referential integrity. If I > create the child tables as INNODB tables, will ref

Re: Referential Integrity in mySQL

2002-07-16 Thread Egor Egorov
Adnan, Tuesday, July 16, 2002, 2:18:22 PM, you wrote: AY> I am having a problem in referential Integrity in mySQL. I have AY> created a parent table which have deptno from 1-10. When i insert a row in AY> child table that has deptno as foreign key it accept a value 11 which is AY> actuall

Re: Referential Integrity

2001-08-12 Thread John Meyer
At 11:02 PM 8/12/01 -0300, you wrote: >I read that MySQL doesn't support the referential integrity, so i wan to >know if you recommend to use it in systems with complex relationated >tables in a database. >If yes, where can i find helpfull documentation about that. >thanks >PD: sorry about my gr

Re: Referential Integrity

2001-07-11 Thread hooker
Well, dunno about that, but I've got a system here which I designed round the fact that MySQL *doesn't* have RI. When a customer gets deleted (or changes it's reference id), the data for the old id has to remain in the system. I know that if I was using a product which enforces RI I'd design it d

Re: Referential Integrity

2001-07-11 Thread Ken Sommers
uot; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, July 11, 2001 10:20 AM Subject: RE: Referential Integrity > > In my experience, most "large corporate" databases > are not implemented with RI enabled. The RI constraints > often interfere with user

RE: Referential Integrity

2001-07-11 Thread Dinkler, Fred
0.596.1443| || -- |__|__| || || ooO Ooo -Original Message- From: pak [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 10, 2001 11:31 PM To: Ken Sommers; [EMAIL PROTECTED] Subject: Re: Referential Integrity So is MySQL not suitable for large corporate database ? - Original Message -

RE: Referential Integrity

2001-07-11 Thread Dinkler, Fred
2001 11:58 PM To: Michael Bacarella; pak Cc: [EMAIL PROTECTED] Subject: Re: Referential Integrity Please give some examples of 'bad' design where a "foreign key" would have to be changed.. ken - Original Message - From: "Michael Bacarella" <[EMAIL PROTECTED

Re: Referential Integrity

2001-07-10 Thread Jeremy Zawodny
On Wed, Jul 11, 2001 at 01:31:15PM +1000, pak wrote: > > So is MySQL not suitable for large corporate database ? It often depends on the corporation and who makes the decisions. In many corporations, it's the folks who know little about the technology. In the minority of them, it appears to be

Re: Referential Integrity

2001-07-10 Thread Ken Sommers
ECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, July 10, 2001 8:53 PM Subject: Re: Referential Integrity > On Wed, Jul 11, 2001 at 01:31:15PM +1000, pak wrote: > > > So is MySQL not suitable for large corporate database ? > > That depends more on what you feel is suitable, r

Re: Referential Integrity

2001-07-10 Thread Michael Bacarella
On Wed, Jul 11, 2001 at 01:31:15PM +1000, pak wrote: > So is MySQL not suitable for large corporate database ? That depends more on what you feel is suitable, rather than someone else trying to tell you objectively what is suitable. You can argue for and against the use of foreign keys and both

Re: Referential Integrity

2001-07-10 Thread Ken Sommers
Please give some examples where you would need the dbms to do the referential integrity? Ken - Original Message - From: "pak" <[EMAIL PROTECTED]> To: "Ken Sommers" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, July 10, 2001 8:31 PM Subjec

Re: Referential Integrity

2001-07-10 Thread pak
So is MySQL not suitable for large corporate database ? - Original Message - From: "Ken Sommers" <[EMAIL PROTECTED]> To: "pak" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, July 11, 2001 1:24 PM Subject: Re: Referential Integrity | hello

Re: Referential Integrity

2001-07-10 Thread Ken Sommers
hello, Do simple input validation. If the user is entering what is supposed to be a primary key value, make sure it is a valid key before sticking it in any where, If it's a bogus key .tell the user to try again. If user wants you to delete rows from a primary table (customer)that have "foreign