VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Jet Database Security Open an Access database that has a password. Set/change the current password

Chris Cabayao  (2 Submissions)   Databases/Data Access/DAO/ADO   VB 6.0   Unknown Difficulty   Sat 4th March 2000   Mon 8th February 2021

Jet Database Security Open an Access database that has a password. Set/change the current password of access file. Create User/Groups in the

API Declarations


Modules = .Bas File

The object type is a database object dao/ado database
============
For DAO
dim wkData as dao.workspace
Dim dbData as dao.Database
============
For ADo
din cnn as new connection


*Sample
OpenDatabaseWithPassWord(dbData, "Test.mdb", "vbcode")
OpenConnectionWithPassWord(cnn,"Provider=Microsoft.Jet.OLEDB.4.0;","Data Source=" + app.path + "\"+ "Test.mdb","vbcode")





Rate Jet Database Security Open an Access database that has a password. Set/change the current password (1(1 Vote))
Jet Database Security Open an Access database that has a password. Set/change the current password .bas

Jet Database Security Open an Access database that has a password. Set/change the current password Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters