Quote:
Originally Posted by HomerSimpson
what are you saving in database as blob.
If you are saving whole files (images etc...) in database that's bad so try to avoid that any way you can.
|
the m_addtn BLOB field is all test/data... the original coder did it that way. I'm just trying to clean things up. In the end I'll insert the text data in 4 separate fields the way it should of been done originally. First task is to decode the data from the BLOB and retrieve it, then insert into m_status, m_ori, m_turn1 and m_turn2