I want to use excel file as database.
Provider=Microsoft.ACE.OLEDB.12.0;Data Source="full path to your xlsx file goes here";Extended Properties="Excel 12.0 Xml;HDR=YES"
when i do this, it says Could not Connect to Database. Provider cannot be found. It may not be properly installed.