Tuesday, May 20, 2008

connection string for Excel database in .net

MS Excel OLEDB connection strings

Standard Security:

"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\"{0}\";User ID=;

Password=;Extended Properties=\"Excel 8.0;HDR=YES\";";

No comments: