I have a project which uses a form application to insert data to a mysql table. The whole process worked ok, until i decided to change an image field from ImageFilename to ImageDatabase.
After this time (and this continues even to a previous restored application) when i am inserting a row, there is no error but i can’t see the data into mysql table.
More strange is that is seems that the data is inserted (I get return of the new primary key of the table). This is very bizzare. It looks like there i a big Begin Transaction and a rollback of all inserts.
Any ideas?