thanks for the responses,
but the problem is when I save them both to a string
both string would have the same value, it would just compare to the same string
I did this
While classgroup.Read
strprevious = classgroup(1).t ostring
strnext = classgroup(1).n extresult.tostr ing
if strprevious <> strnext then
strNew = "net group " & classgroup(1) & " /add"...
User Profile
Collapse
-
comparing in database
Does somebody know how I can compare two items in a sql database?
code goes like this:
While classgroup.Read
if ??????????????? ??????????????? ????
strNew = "net group " & classgroup(1) & " /add"
strAll = strAll & vbCrLf & strNew
end if
End While
I want to compare the value of classgroup...
No activity results to display
Show More
Leave a comment: