Results 1 to 3 of 3

Thread: Database Password

  1. #1

    Thread Starter
    Addicted Member hyousuf2's Avatar
    Join Date
    Dec 2004
    Location
    Dublin
    Posts
    226

    Database Password

    i want my access database to be password protected, can ne one give me connection string for it using Adodb.Connection
    i tried to do this but it gives some error

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Database Password

    VB Code:
    1. oConn.Open "Driver={Microsoft Access Driver (*.mdb)};" & _
    2.            "Dbq=c:\somepath\mydb.mdb;" & _
    3.            "Uid=admin;" & _
    4.            "Pwd="

  3. #3
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Re: Database Password

    You can look here : http://www.connectionstrings.com/


    Has someone helped you? Then you can Rate their helpful post.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width