Hello All:
I am using a MYSQLI prepared statement to do an insert into my database. There are many fields. All of them are working except the date type and long blob type field, where i am getting 0000-00-00 and [BLOB - OB] values in my table rather than the actual data. In the prepared statement the Blob has type 'b' and date is of type 's' as required by the prepared statement. I have not been able to figure out why these two types of data are just not inserting. Any help will be much appreciated. Thanks....