connection string with database password...

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Matthew Wells

    #1

    connection string with database password...

    What is the connection string linking an Access front end mdb to an Access
    back end mdb that has a database password set.using the standard linking
    process - no odbc or ado connections. Someone suggested a website full of
    links, but it wasn't there. The connection string starts with



    ;Database=C;\<p ath>\<back end mdb>



    How do I put the back end database password in here?



    Thanks.



    Matthew Wells

    MWells@FirstBye t.net




  • MGFoster

    #2
    Re: connection string with database password...

    Matthew Wells wrote:[color=blue]
    > What is the connection string linking an Access front end mdb to an Access
    > back end mdb that has a database password set.using the standard linking
    > process - no odbc or ado connections. Someone suggested a website full of
    > links, but it wasn't there. The connection string starts with
    >
    >
    >
    > ;Database=C;\<p ath>\<back end mdb>
    >
    >
    >
    > How do I put the back end database password in here?[/color]

    Like this:

    ;Database=C;\<p ath>\<back end mdb>;PWD=<passw ord>

    --
    MGFoster:::mgf0 0 <at> earthlink <decimal-point> net
    Oakland, CA (USA)

    Comment

    Working...