don't use MSDASQL. with OleDb, use System.Data.Odbc if you are using 1.1or use (not sure if it will work or not):Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\folder;Extended Properties=dBASE IV;User ID=Admin;Password=" also see
http://www.connectionstrings.com/