Hi all,
I have problem connecting to remote MS Access DB using asp.net.
The MS Access DB i have URL , local path and write access.
I have used the following connectionstring :

//con.ConnectionString = "Provider=MS Remote; Remote Server=http://X.X.X.X; Remote Provider=Microsoft.Jet.OLEDB.4.0; Data Source=c:\\yy\\XXX.mdb;Persist Security Info=False";

Error is :

Internet Server Error: Object/module not found.

Can anybody help.

Recommended Answers

All 3 Replies

Use ODBC provider instead of Oledb.

Can u please give the connection string.
I googled a lot but could not find one.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.