Hi,
I have a webpage accessing a sql database where it checks whether a user is currently logged in(its a sql boolean type).
when users are created its null(lord knows why those DBA's wont default it),anyway,the first time its NULL ,and when I do a select on it ,it threw an error(cause iwas trying to cast it to
VB.NET boolean);
however,the next time I select it ,it works!!Its one of those What-The-Hell type things?
Maybe someone knows more,if so,please tell me about it.
regards,
KB