'System.Data.OleDb.OleDbException' when creating a new DataSet..

  • Thread starter Thread starter Brian
  • Start date Start date
B

Brian

Cheers Brian! You're a lifesaver!

That last connection string you gave me worked like a charm:

string strDSN = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source= "
+System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location)
+ @"\photoDB.MDB";

Thanks for all your help! Much appreciated!

Enjoy the holidays.
 
Back
Top