I'm just starting mySQL first time .. I've 2 questions.
1) How can we store pictures (.bmp, .jpg, or etc) in mySQL ? Should we use BLOB type ? Once stored, how can we retrieve that (say, if we pull up John's record, his picture must also be pulled up with his phone# and address)
2) I read on dbForum that mySQL is not (or probably is) a RDBMS. Its confusing for me. Is mySQL RDBMS, i.e. can we define FK in its table.
Above questions are for mySQL 4.1.1 and 4.0.17.
1) How can we store pictures (.bmp, .jpg, or etc) in mySQL ? Should we use BLOB type ? Once stored, how can we retrieve that (say, if we pull up John's record, his picture must also be pulled up with his phone# and address)
2) I read on dbForum that mySQL is not (or probably is) a RDBMS. Its confusing for me. Is mySQL RDBMS, i.e. can we define FK in its table.
Above questions are for mySQL 4.1.1 and 4.0.17.