reading csv file using ole db

KaRa_MaVi

New Member
I'm reading csv file using oledb. the csv file column looks likeheader1 header 2="1234" 2012="1235" 2012i want to read the whole string which means(="1235"). But it reading as = aloneThanks in advance.
 
Back
Top