c# - OleDB: Not Recognizing tabs -


my problem tab delimited file not being recognized such.

i importing data gridview, grid view returning 1 column

   using (oledbconnection connection = new oledbconnection(                             @"provider=microsoft.jet.oledb.4.0;data source=" + pathonly +                             ";extended properties=\"text;fmt=tabdelimited;hdr=" + header + "\""))                  { 

solved(see comments). using schema.ini file fixes issue of tabs not being recognized.


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -