MySQL Forums
Forum List  »  InnoDB

Foreign Keys and Storage Engine
Posted by: Magnus Mortensen
Date: August 02, 2004 07:25AM

Hi,

I have a problem: I want to check for foreign key constraint without using INNODB.
I am currently using INNODB on my computer and that works fine, but my web host doesn't support INNODB. I have tried to use MyISAM, but foreign keys does not work. I have also read that MyISAM does not support it.

I woder: How can I check for foreign keys when I'm not able to use INNODB?
I've heard that MyISAM is the standard storage engine, and think its strange that it does not allow you to use foreign keys.

Are there any other storage engines supporting foreign keys?

Magnus


Options: ReplyQuote


Subject
Views
Written By
Posted
Foreign Keys and Storage Engine
4268
August 02, 2004 07:25AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.