TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
shyam kumar
NA
17
0
Help-Inserting CSV data into sql server
Feb 25 2009 8:35 AM
guyz,
i have table called
CSVTest
which has
ID int, First name char(50)
fields. Then i have a text file called
csv.txt
in my
C:\
drive. The csv.txt contains
1,sk
2,test
3,test2
i tried to do a bulk insert but it failed and the error message is unable tofind the file.
Now guyz
i want to insert the csv data into my sql server using either sql query or VB.Net code
please help me
thank in advance
sk
Reply
Answers (
5
)
Return an Array
closing a windows form from another form