thejeraldo Well-known member Joined Jun 9, 2009 Messages 70 Location Philippines Programming Experience 1-3 Jul 28, 2009 #1 guys have any idea how i can read data froma csv file then insert to a database?
jmcilhinney VB.NET Forum Moderator Staff member Joined Aug 17, 2004 Messages 15,111 Location Sydney, Australia Programming Experience 10+ Jul 31, 2009 #2 Use a TextFieldParser object. Check the MSDN documentation for the class, which includes code examples. Upvote 0 Downvote
Use a TextFieldParser object. Check the MSDN documentation for the class, which includes code examples.