Obscure problem This has happened to me before, but naturally I forgot because it has been a while. The scenario is that you have dynamic […]
Storing null in a Column will compile, but will cause run time exception
You can legally store a null in a column from a data row and the code will compile. Don’t do this thought because it will […]