Answers for "external table is not in the expected format"

0

external table is not in the expected format

public static string path = @"C:\src\RedirectApplication\RedirectApplication\301s.xlsx";
public static string connStr = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" + path + ";Extended Properties=Excel 12.0;";
Posted by: Guest on October-25-2021

Code answers related to "external table is not in the expected format"

Browse Popular Code Answers by Language