VBfresher2k5
New member
- Joined
- Mar 11, 2008
- Messages
- 1
- Programming Experience
- 1-3
Hi All,
I am new vb.net and have a requirement to automate and load the data into sqlserver from the 4 flat files i.e text files which contains in a folder to a respective four tables.
One file data should be stored in one table
Ex: flat1.txt will be stored in table1
flat2.txt will be stored in table2
flat3.txt will be stored in table3
flat4.txt will be stored in table4
The sample data of file contains (There will only one column data) like
1243
1234
2346
3472
Please help..
Thanks for your help in advance!!!!
I am new vb.net and have a requirement to automate and load the data into sqlserver from the 4 flat files i.e text files which contains in a folder to a respective four tables.
One file data should be stored in one table
Ex: flat1.txt will be stored in table1
flat2.txt will be stored in table2
flat3.txt will be stored in table3
flat4.txt will be stored in table4
The sample data of file contains (There will only one column data) like
1243
1234
2346
3472
Please help..
Thanks for your help in advance!!!!