CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 1999
    Posts
    32

    PWD & Data Environment

    I set a password ("enter") in Access97 on a database. In trying to open this same database from the Data Enviroment in VB6 I get constant errors to the effect that this is not the correct password when using the wizard in the field where it asks for the password. I get many different errors trying various syntaxes at runtime but the end result is that the database cannot be opened. However, I have no difficulty opening the dB using ADO or DAO in other areas of my program. I surely am missing something here ... anybody know what it might be?

    TIA
    Ken


  2. #2
    Join Date
    Jan 1999
    Posts
    24

    Re: PWD & Data Environment

    Hello,
    When u make connection to Access DB, did you set Jet OLEDBatabase Password for it ?
    If not, try it.
    Bye.
    H.Q. Cuong


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

Featured