Quantcast
Channel: VBForums - Database Development
Viewing all articles
Browse latest Browse all 2918

Security when we use ADO.NET connecting to Ms Access database

$
0
0
Hello,
When we use ADO.NET connecting to the Ms Access, the problem is that we have to set the folder shared full.
Code:

connection =
  new OdbcConnection("Driver={Microsoft Access Driver (*.mdb)};"+
    "DBQ=c:\\program files\\common files\\"+
    "borland shared\\data\\dbdemos.mdb");
connection.Open();

Can we have another way to do this because when the database folder is shared full, it's very dangerous.

Tks,

LVD

Viewing all articles
Browse latest Browse all 2918

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>