compiler does not like teh word "Provider" in my connectionString
im new to this connecting to databases. i have in my connection string: connectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:/db1.mdb";
i get an error during compilation saying " An unhandled exception of type 'System.ArgumentException' occurred in system.data.dll
Additional information: Keyword not supported: 'provider'."
anyone know how to get around it ?
kovanPosted Apr 19, 2004, 12:19 PM
schmintanPosted Apr 16, 2004, 7:20 AM
schmintanPosted Apr 16, 2004, 6:52 AM
Andrzej WegierskiPosted Apr 16, 2004, 6:21 AM