Insert TXT data into SQL database
C#
3
Posts
3
Posters
0
Views
1
Watching
-
I have data in txt format and want to save the data in my table in SQL database. How can I do this without using DTS?
-
I have data in txt format and want to save the data in my table in SQL database. How can I do this without using DTS?
minniemooo wrote:
I have data in txt format
txt file ? Then open it using your program, read contents and insert into DB.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
I have data in txt format and want to save the data in my table in SQL database. How can I do this without using DTS?