R
ReidarT
I have an application in vb6 converted to vb.net
During debugging it stops at the folloewing code
If RsORDRE.Fields("Kommentar").Value <> "" Then
strKommentar = RsORDRE.Fields("Kommentar").Value
Else
strKommentar = ""
End If
The error is <>"" where Kommentar is a varchar field in the database
regards
reidarT
During debugging it stops at the folloewing code
If RsORDRE.Fields("Kommentar").Value <> "" Then
strKommentar = RsORDRE.Fields("Kommentar").Value
Else
strKommentar = ""
End If
The error is <>"" where Kommentar is a varchar field in the database
regards
reidarT