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 put a space in html?
Explain me the difference between include and require?
What are objects in php?
What is factory pattern in php?
What are the uses of explode() function?
what is the difference between GET and POST?
21 Answers AdVine, Evon Technologies, GVD Infotech, RedAlkemi, SoftSol,
What is php trait?
how to upload 100mb file using .htaccess..
what is the best function that can be used to connect to mysql database and in what cases that we can use below functions ? 1. mysql_connect() 2. mysql_pconnect() please give your answer with all pros and cons
What are the advantages of using php?
code to see the priview of the image which is being uploaded (after browising the image... just click priview ... how it will be visible...before uploading)
write the function to fetch a image from mysql databases (datatype blob).