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

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -