connection - how can i use a PASSWORD protected ACCESS database as a backend of my Vb.net project....? -


i has access database ...that password protected.... connecting in manner given follow .......(without password protection)

cn = new oledbconnection("provider=microsoft.jet.oledb.4.0; data source=d:\my documents\db2.mdb")

    cn.open() 

///codes.......

    cn.close() 

how can edit can use access password protected access database

connectionstrings.com helpful when trying work out connection string should like.


Comments

Popular posts from this blog

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -