Results 1 to 6 of 6

Thread: how to remove duplicate item in Listview item ??

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2004
    Posts
    108

    how to remove duplicate item in Listview item ??

    i have a listview and i need to remove the duplicate data that i get from the database

    how can i remove the duplicate item at the listview ???

  2. #2
    Fanatic Member carlblanchard's Avatar
    Join Date
    Sep 2003
    Location
    Bournemouth (UK)
    Posts
    539
    if you have dups in your database the only way to remove them on the fly is to group the data

    GROUP BY FieldName
    I am curretly building a defect management system for software and web developers,
    If you wana try it out (beta test) and keep it for free just send me a message

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Mar 2004
    Posts
    108
    sorry

    is there any other idea ?

    thanx

  4. #4
    Fanatic Member carlblanchard's Avatar
    Join Date
    Sep 2003
    Location
    Bournemouth (UK)
    Posts
    539
    if the dups are in the database then clean the database
    I am curretly building a defect management system for software and web developers,
    If you wana try it out (beta test) and keep it for free just send me a message

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Mar 2004
    Posts
    108
    sorry

    is there any other idea ?

    thanx

  6. #6
    Fanatic Member carlblanchard's Avatar
    Join Date
    Sep 2003
    Location
    Bournemouth (UK)
    Posts
    539
    What answer do you want ?

    If you have duplicate records within the database then surely its a bad database administration issue. Duplicate records shouldnt really occur for many reasons.

    Or is it just the case your not clearing the listbox each time its loaded
    I am curretly building a defect management system for software and web developers,
    If you wana try it out (beta test) and keep it for free just send me a message

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width