Ask a Question related to Dreamweaver AppDev, Design and Development.
-
The Ox #1
Return Records and not duplicate them :: Again
I will finish the post this time...
I need help on the following situation.
I have a solution in ASP/VB Script where I query a RecordSet for templates
stored in it.
At the moment I am getting the following results for a user
Template 1
Template 1
Template 2
Template 2
Template 4
My question is how do I stop the repeat records and just display the unique
records i.e.
Template 1
Template 2
Template 4
The Ox Guest
-
Duplicate records
Hi I don't know if this is the best way to query for duplicate records but this works. If someone has a better idea to do this please feel free to... -
select all the duplicate records
Hi, My table in the database may contain duplicate records, which means except the primary key (auto_increment) field is unique, all or almost of... -
Deleting duplicate records
Jon, You didnt supply the DDL, so I can only point to existing practices to remove duplicate records.Here they are: INF: How to Remove... -
Need help serializing duplicate records
Hi everyone...hope you can help! We have a single database containing contact info for individuals and their companies. There are about 8000... -
Duplicate records?
Hi Shai Use field validation to ensure that entries are unique, with a custom message to tell the user what to do if they aren't. Bridget Eley... -
Nancy Gill #2
Re: Return Records and not duplicate them :: Again
use SELECT DISTINCT instead of just SELECT
--
Nancy Gill
Team Macromedia Volunteer for Dreamweaver MX/UltraDev
[url]http://www.macromedia.com/go/team/[/url]
Co-Author: Dreamweaver MX: Instant Troubleshooter (August, 2003)
Technical Editor: DMX 2004: The Complete Reference, DMX 2004: A Beginner's
Guide, Mastering Macromedia Contribute
Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP Web Development
"The Ox" <rob@rob.com> wrote in message
news:d19m19$pki$1@forums.macromedia.com...unique> I will finish the post this time...
>
> I need help on the following situation.
>
> I have a solution in ASP/VB Script where I query a RecordSet for templates
> stored in it.
>
> At the moment I am getting the following results for a user
>
> Template 1
> Template 1
> Template 2
> Template 2
> Template 4
>
> My question is how do I stop the repeat records and just display the> records i.e.
>
> Template 1
> Template 2
> Template 4
>
>
Nancy Gill Guest



Reply With Quote

