reading a string from a txt file & insert it in a database table?
C#
3
Posts
3
Posters
0
Views
1
Watching
-
plz how can i read a string from a txt file then insert it in a database table using C# in visualstudio2005 ?
Try the following projects... To read a file. Insert into a database Above are two code projects that were quite easy to search for. If you combine the concepts and examples from the two projects, you'll get the answer you need. If you had been more specific about a single problem, you probably would have got a source code answer for that problem. Hogan
-
plz how can i read a string from a txt file then insert it in a database table using C# in visualstudio2005 ?
Hi, you can read the text in bytes and then insert the bytes (search on google:write blobs in database) in database. -- modified at 5:19 Thursday 23rd August, 2007