G
Gianluca_Venezia
Hi all,
I'm approaching at .Net for make up a site but I have a problem with
web.config. I'm trying to use an *.mdb file as db, and I'd think to
use this:
<add key="ConnectionString" value="Provider=Microsoft.Jet.OLEDB.4.0;
Data Source=\db\db2.mdb" />
but server response me so:
ArgumentException: key word 'provider' not supported
and I'm finding no info about use *.mdb file...
Where I can find some info about?
Thanks
Gianluca
I'm approaching at .Net for make up a site but I have a problem with
web.config. I'm trying to use an *.mdb file as db, and I'd think to
use this:
<add key="ConnectionString" value="Provider=Microsoft.Jet.OLEDB.4.0;
Data Source=\db\db2.mdb" />
but server response me so:
ArgumentException: key word 'provider' not supported
and I'm finding no info about use *.mdb file...
Where I can find some info about?
Thanks
Gianluca