R
Ruslan Shlain
I cant get this to work in C#. It works in VB.NET.
OleDbConnection Conn = new
OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + FilePath +
";Extended Properties=""text;HDR=NO;FMT=Delimited""");
FilePath = "C:\\ftproot\\TOG\\"
OleDbConnection Conn = new
OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + FilePath +
";Extended Properties=""text;HDR=NO;FMT=Delimited""");
FilePath = "C:\\ftproot\\TOG\\"