natt_han’s Weblog

Posts Tagged ‘password

set database password to ms access programatically

Posted by: dragonquestx on: ธันวาคม 18, 2008

Dim oAccess As Microsoft.Office.Interop.Access.Application = New Microsoft.Office.Interop.Access.Application
                Dim sDBPath As String = ‘database path’
                oAccess.OpenCurrentDatabase(sDBPath, True, “password”)
                Dim accessDB As Database = oAccess.CurrentDb()
                accessDB.Close()
                accessDB [...]

ป้ายกำกับ: , ,


  • ไม่มี
  • Mr WordPress: Hi, this is a comment.To delete a comment, just log in, and view the posts' comments, there you will have the option to edit or delete them.

หมวดหมู่