sniperscope Posted January 17, 2009 Share Posted January 17, 2009 Hi, my MySQL table columns was NOT NULL in that time i was able insert new record in it but when change into NULL i got error says "Whatever Table can not be Null". I did not change any query code and/or even php code, all i did was change column property in MySQL. Any idea, why this is happening? or where is the problem. Regards Quote Link to comment https://forums.phpfreaks.com/topic/141188-solved-null-problem/ Share on other sites More sharing options...
kkubek Posted January 17, 2009 Share Posted January 17, 2009 When you get the error "Whatever Table can not be Null" is it the same table that you changed or a different table ? I'm thinking maybe your original table has a trigger that inserts or updates another table. Quote Link to comment https://forums.phpfreaks.com/topic/141188-solved-null-problem/#findComment-739310 Share on other sites More sharing options...
fenway Posted January 18, 2009 Share Posted January 18, 2009 What exactly did you change? post table structure. Quote Link to comment https://forums.phpfreaks.com/topic/141188-solved-null-problem/#findComment-739730 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.