|
-
Jul 4th, 2004, 10:37 AM
#1
Thread Starter
Lively Member
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 ???
-
Jul 4th, 2004, 10:52 AM
#2
Fanatic Member
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
-
Jul 4th, 2004, 11:16 AM
#3
Thread Starter
Lively Member
sorry
is there any other idea ?
thanx
-
Jul 4th, 2004, 11:34 AM
#4
Fanatic Member
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
-
Jul 4th, 2004, 11:47 AM
#5
Thread Starter
Lively Member
sorry
is there any other idea ?
thanx
-
Jul 4th, 2004, 12:33 PM
#6
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|