1
Answer

adding csv file to database

krishna prasad

krishna prasad

15y
2.8k
1
Hai all.....

I have a tcp dump file a darpa intrusion detection data set....I opened it thru a tool called Wireshark and i could see the columns as No,Time,Source ip,Destination ip,Protocol,Info......

Using this tool i converted the .tcpdump file int Comma seperated value(CSV) file...

My goal is to add the data set into sql server database....

when i wrote the c# code to add a csv file into database it showing an error called the file is not present in the directory....but actually the csv file is there but in unrecognized format...How do i rectify it...

Help me please.....
Answers (1)