SQL error when attempting to save a messageDB function failed with error number 1054
Unknown column 'replyid' in 'field list' SQL=INSERT INTO ncc_uddeim (fromid, toid, replyid, message, datum) VALUES (124, 319, 0, 'test', 1347294819)
SQL =
INSERT INTO ncc_uddeim (fromid, toid, replyid, message, datum) VALUES (124, 319, 0, 'test', 1347294819).
I get this ERROR MESSAGE each time I try to send message. How do I insert this because I have tried it several times but could not get it. Please direct me.