Forum Moderators: coopster
First, when I insert dates into sql tables using an form, sometimes there are fields left in blank, result, there is no NULL value as should be, though I Insert all fields at once.
I read empty fields are bad.
Second,
In one table I have columns decimal (10,2),
when this table is updated to insert the imports using an form, happens similar, when leaving one field in blank mysql automatically fill 0.00 in, I would prefer just leave it as NULL.
Though I donīt have any experience, just would like to know how you do these things.