I have MSACCESS database and in one of the filed i forgot to a add 0, now i have 65,000 records it will take me log time to go and add 0 to fields which are NULL. Therefore i decided to write a function that would add 0 to record which are NULL.
int nill = 0;
try
{
for (...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.