sripriya Gowri
June 14th, 2001, 06:39 PM
I have a file which has 10000 records.It is a tab delimited file.The file structure is as follows:Each record has 3 columns.The first column is a "FieldName" of length 50 characters,the second column is "Filenumber" of Integer type of length 2, the third is "Fieldnumber" of Integer of length 4.
In my application the user enters a string and I need to search for the similar occurences of the string in the above mentioned file.I need to display all the records with similar occurences in a MSflexgrid.
I am using VB 5.0 professional edition and can't use ADO.
Please give me the VB syntax of doing this without compromising the performance
In my application the user enters a string and I need to search for the similar occurences of the string in the above mentioned file.I need to display all the records with similar occurences in a MSflexgrid.
I am using VB 5.0 professional edition and can't use ADO.
Please give me the VB syntax of doing this without compromising the performance