does current version of mysql (myisam) supports foreign keys ?
Answers were Sorted based on User's Feedback
Answer / puneet bhatt
That's impossible as of now!
The MySQL server can't operate Foreign Keys with MyISAM tables
| Is This Answer Correct ? | 2 Yes | 0 No |
No. You need to use InnoDB tables for that.
| Is This Answer Correct ? | 1 Yes | 1 No |
How do you measure variables?
What are the Formatting and Printing Strings available in PHP?
What is the delimiter default in PHP?
What is the exact Diff. between include_once() and require_once() in PHP?
Explain NULL?
What is session in c#?
How can we destroy the session, how can we unset the variable of a session?
What is meant by public, private, protected, static and final scopes?
Is strcmp case sensitive?
How to connect SMTP server in php. I want to edit that in mantiss bug tracking tool. If anyone worked on mantiss software or in php, please give answer . I need to modify that in mantiss software.
How to get the number of visitors in a site?
Explain about the $_GET variable of PHP?