I am trying to connect to excel table from Delphi 7 using TAdoConnection component.
The problem is when I select Microsoft.Jet.OLEDB.4.0, Extended Properties=”Excel 8.0;”, I sometimes receive error,
that external table is not in the
expected format.
When i select:
Provider=Microsoft.ACE.OLEDB.12.0;Extended Properties=Excel 12.0;
then some users receive following error:
“Provider cannot be found. It may not
be properly installed”.
Is there a way to solve my problem?
It’s been too long since I researched this to remember the details, but here is a sample of what we are doing with Excel. Hope this helps…