Click here to Skip to main content
15,903,385 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi developers,

Please solve my problem and give me a right way.

Can I use a split method in a oledb reader to split a csv file with a semicolon and not with a comma?
Posted
Updated 2-Dec-10 23:36pm
v2
Comments
Rajesh Anuhya 3-Dec-10 5:47am    
Your Question is not clear for me., can elobarate it more..

1 solution

I believe if you use the following in your connection string it should parse it correctly:
FMT=Delimited(;)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900