I need to create a asp.net program to read a text file (c:\order\order.txt, about 60MB) and search any ORDERID starting ***.
For example, text file look like
hnwrouwowo***12345nxcnirwekrkweh***556699...
Program need to select "12345", "556699"...and then insert into a SQL table.
Can someone give me an idea?
Go to the complete details ...