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

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top