how to read the datas from text file stored in the database

Posted by Ranjana on Stack Overflow See other posts from Stack Overflow or by Ranjana
Published on 2010-04-15T11:41:50Z Indexed on 2010/04/15 11:43 UTC
Read the original article Hit count: 154

Filed under:
|
|
|

i have a txt file stored in my sql DB, in that .txt file i have certain numbers like

99435 87889 33455 33555 34556

how to get the count of these numbers from the txtfile stored in the database and also to read the file and fetch the number one bye one in a string.

using asp.net (C#)

© Stack Overflow or respective owner

Related posts about sql

Related posts about txt