Go Back   Forum Care Forums > Development Reference Area > Visual Basic

Reply
 
LinkBack Thread Tools Display Modes
Merging two Matrices
Old
  (#1)
Ratnakar Pedagani
Guest
 
Posts: n/a
Default Merging two Matrices - 06-04-2007, 09:47 AM

Hi,

I got two files, one file consisting of 10000 records, with first
column starting from 1 and ending at 10000. the other file consists of
5000 records, with first column values changing ranging between 1 to
10000 (some of the values might miss in between). i need to search
both these files, match the values in the first column and write in
another file. is there any efficient way i can write a program in
visual basic ?

Thanking you,
Regards,
Ratnakar Pedagani
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Merging two Matrices
Old
  (#2)
J French
Guest
 
Posts: n/a
Default Re: Merging two Matrices - 06-04-2007, 09:47 AM

On 23 Aug 2004 08:39:02 -0700, EMAIL REMOVED (Ratnakar
Pedagani) wrote:

>Hi,
>
>I got two files, one file consisting of 10000 records, with first
>column starting from 1 and ending at 10000. the other file consists of
>5000 records, with first column values changing ranging between 1 to
>10000 (some of the values might miss in between). i need to search
>both these files, match the values in the first column and write in
>another file. is there any efficient way i can write a program in
>visual basic ?


Sort both files first
- sometimes making a third merge file and sorting that is the fastest


   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On





Contact Us - Forum Care Forums - Archive - Top