Hey Ignacio,
I have solved my problem … Well not really; I had read somewhere that
what I needed to do was replace the “msdart.dll” with the one I
extracted from MDAC 2.8 RTF. In order to do this I needed to turn off
SFC (System File Checker), I’m not going to get into that but lets just
call it a disaster. So long story short I had to re-install windows and
after I installed VS.NET I ran the same piece of code and it worked.
Just for the record here is the connection string for those who would
like to see anyways.
@"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + StartUpPath + DB +
";Jet OLEDB:Database Password=123456";
StartUpPath and DB are 2 variables I have set up which are pretty
self-explanatory.
Thx for the reply
-Adam
[quoted text, click to view] Ignacio Machin ( .NET/ C# MVP ) wrote:
> hi
>
> post your connection string
>
>
> cheers,