Results 1 to 3 of 3

Thread: ADODC problem

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2007
    Location
    Malaysia
    Posts
    1,370

    ADODC problem

    I used Microsoft access 2003 and ADODC component. Why I got the error message while setting it manually ? My database have password. I have insert the password correctly, I also can open the database using the same password. Why could be like this and how to solve it?
    Attached Images Attached Images  

  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: ADODC problem


  3. #3
    Fanatic Member amrita's Avatar
    Join Date
    Jan 2007
    Location
    Orissa,India
    Posts
    888

    Re: ADODC problem

    This is because the data access page cannot find the mdw file. Try with the following conection string and set the mdw path.
    Code:
    ConString = _ 
    "Provider=Microsoft.Jet.OLEDB.4.0;" & _ 
    "Data Source=mdb_file_path.mdb;" & _ 
    "Jet OLEDB:System Database=mdw_file_path.mdw", _ 
    "Username", "Password"

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