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

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

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

javascript - storing input from prompt in array and displaying the array -