eramgarden
Programmer
I get this error:
Argument not specified for parameter 'Expression' of 'Public Function IsDBNull(Expression As Object) As Boolean'.
when I do : if not IsDBNull.lngPriorityId then
But if I have if lngPriorityId <> 0 then it works...
I have defined lngPriorityId in "dim lngPriorityId"...
now, i have another variabe :if (Not IsDBNull(lngPsId)) then and this does NOT give me an error...
why???
Argument not specified for parameter 'Expression' of 'Public Function IsDBNull(Expression As Object) As Boolean'.
when I do : if not IsDBNull.lngPriorityId then
But if I have if lngPriorityId <> 0 then it works...
I have defined lngPriorityId in "dim lngPriorityId"...
now, i have another variabe :if (Not IsDBNull(lngPsId)) then and this does NOT give me an error...
why???