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
Post a Comment