User Profile

Collapse

Profile Sidebar

Collapse
puma
puma
Last Activity: Jan 11 '08, 09:23 AM
Joined: May 17 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • puma
    replied to comparing in database
    in .NET
    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"...
    See more | Go to post

    Leave a comment:


  • puma
    started a topic comparing in database
    in .NET

    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...
    See more | Go to post
No activity results to display
Show More
Working...