Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Has Data Changed

Status
Not open for further replies.

csjoseph

MIS
Jan 2, 2001
247
US
I have a app working with SQL 7.0 server and VB 6.0

The line I am having problems with is here.

If strActType <> Trim(objRec(11)) Then 'this line
IsAcChanged = True
objRec.Close
Set objRec = Nothing
Set objConn = Nothing
Exit Function
End If

where strActType is a string equal to &quot;NCM&quot; and objrec(11) is NULL, but when passing this line, the events are skipped which means that they are being interpreted as equal, does anyone know why.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top