G
Guest
Hi
I need to pass the entries in a text file to corresponding tables in a database. Can I pass the entire text file to a stored procedure or can I write a VB.NET procedure to pharse the file and pass the data to the database? This is a sample of the text fil
1120,011522169050,01,+0000001,031221,0005.95,2003,8331308,2003122
9924,014305689050,01,+0000001,031221,0005.95,2003,8331308,2003122
1883,012152869050,01,+0000001,031222,0005.95,2003,8331308,2003122
1896,017202869050,01,+0000001,031221,0005.95,2003,8331308,2003122
1896,072211119050,01,+0000001,031222,0005.95,2003,8331308,2003122
1908,028502869050,01,+0000001,031221,0005.95,2003,8331308,2003122
Can you show me some sample code
Thanks
I need to pass the entries in a text file to corresponding tables in a database. Can I pass the entire text file to a stored procedure or can I write a VB.NET procedure to pharse the file and pass the data to the database? This is a sample of the text fil
1120,011522169050,01,+0000001,031221,0005.95,2003,8331308,2003122
9924,014305689050,01,+0000001,031221,0005.95,2003,8331308,2003122
1883,012152869050,01,+0000001,031222,0005.95,2003,8331308,2003122
1896,017202869050,01,+0000001,031221,0005.95,2003,8331308,2003122
1896,072211119050,01,+0000001,031222,0005.95,2003,8331308,2003122
1908,028502869050,01,+0000001,031221,0005.95,2003,8331308,2003122
Can you show me some sample code
Thanks