Posted: Tue May 29, 2007 2:42 am Empty DB fields not recognised as null
I wonder if anyone has the solution to this problem. I am querying a DB using SQL in ASP. The field is empty when looking at it through MS access, but when I use code like
<%
' DB Connection string
if RsTable1("A1") = "" Then
'do something
else
'do something else
end if
%>
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum