VB, ACCESS, USERS GROUP AND PASSWORD

  • 14 years ago

    Hi,

    I have the same problem of developing users group and password to my program. I am using data control to connect to MS Access. Any ideal please.




    Forum: Databases
    Posted: Apr 17, 9:36 AM [GMT 0]
    Post Subject: Re: vb, access, users and passwords
    Post author: blackrose_alexis

    what kind of connection (ADODB,ADODC,DAO...) you are using? what provider are you using?

    if you are using ADODB and MS Access, try this ConnectionString:

    Dim adoCon as New ADODB.Connection

    adoCon.ConnectionString = "DRIVER={Microsoft Access Database (*.mdb)};DBQ=<pathFileName>;UID=<userName>;PWD=<userPassword>"

    if it doesn't solve your problem, you must be specific and give details so that others can help you... Wink [;)]

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Debuggers don't remove bugs. They only show them in slow motion.”