Santanu
Member since Feb 9, 2013
- Profile: /members/10662-santanu.htm
- Comments: 2
Recent Blog Comments By Santanu
-
Why NULL Values Should Not Be Used in a Database Unless Required
Posted on Feb 9, 2013 at 5:05 AM
First of all this issue can be resolved taking as case to case . there is nothing universal . if you use Null at DB End You have to handle that at application. If you Convert it it Zero at DB End then you need some other parameter to understand whether Zero ( or Space for String) was the ACTUAL va... read more »
-
Why NULL Values Should Not Be Used in a Database Unless Required
Posted on Feb 9, 2013 at 4:58 AM
First of all this use can be resolved taking case to case . there is nothing universal . if you use Null at DB End You have handle that at frontend . If you Convert it it Zero at DB End then you need some other parameter to understand whether Zero ( or Space for String) was the ACTUAL value or it i... read more »