Hi,
Some help would be really appreciated. I have an ADO connection to an excel file:
When I do an ADO query on an excel sheet, it doesn't recognise fields where the format is a 'Date'. It returns as empty.
Any ideas?
Ry
Some help would be really appreciated. I have an ADO connection to an excel file:
Code:
adc.ConnectionString := 'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\test.xls;Extended Properties=Excel 8.0;'
When I do an ADO query on an excel sheet, it doesn't recognise fields where the format is a 'Date'. It returns as empty.
Any ideas?
Ry