I am developing a C# Windows Form Application which read and write data to Excel file such as data.xls
I have made my connection string as:
string Excel03ConString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source={0};Extended Properties='Excel 8.0;HDR=YES'";
My data.xls file is in Project's bin folder. I am working on this application from last 4 to 5 days. Till now, my application was working fine. But from today, it starts giving an error
Unexpected error from external database driver (1).
on con.open();