Ok I'm newbie here.
I'm reading a txt file with several duplicates based on a member_key
field. My output needs only one record for these duplicates.
How can I do this in VB6?
Thank you in advance
Writing only unique records to a txt file
Page 1 of 11 Replies - 369 Views - Last Post: 23 February 2011 - 03:31 PM
Replies To: Writing only unique records to a txt file
#2
Re: Writing only unique records to a txt file
Posted 23 February 2011 - 03:31 PM
An easy way to do it would be to set up an ADO recordset to read the text file, using select distinct as the SQL. Then use a FileSystemObject stream to write the result to a file.
There are other ways, of course.
There are other ways, of course.
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote



|