not repeated data in one column in vb.net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aarunsd
    New Member
    • Dec 2012
    • 1

    not repeated data in one column in vb.net

    hello may i know if iam give connection from vb.net to sql my data are repeated in one column how to i manage
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    In the SQL you execute, use the distinct clause.

    Comment

    • CyberSoftHari
      Recognized Expert Contributor
      • Sep 2007
      • 488

      #3
      Explain your problem in detail. If you want to select record without duplicate you can use DISTINCT clause. (Do not post questions simply and let us assume where you are. StudySql queries and basics)

      Comment

      Working...