CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Guest

    VB6 and Access 2000

    Hey, this is my first database program, so pleash help me
    I have addet the DATA control to my program and set it to my access-database
    but the program comes out with this error :
    "Unrecognized database format c:\db1.mdb"

    Does anyone knows what i'm doing wrong ???

    Many Thanks in Front
    Michael T.
    [email protected]


  2. #2

    Re: VB6 and Access 2000

    Under references make sure you select to user DAO 3.6. If you can go through the documentation on how to do it. You'll find you won't even want to use the control. If you need more help feel free to write. [email protected]


  3. #3
    Guest

    Re: VB6 and Access 2000

    Use ADO Data Control only. The easiest way to build your simple program is to run Data Form Wizard. Go to Add-Ins and if you see there Data Form Wizard, click it and follow instructions. If you do not see it, click Add-Ins Manager, select VB 6 Data Form Wizard and check Loaded/Unloaded check box. Now go to Add-Ins and click on Data Form Wizard.
    Vlad


  4. #4
    Guest

    Many Thanks to both of you :)

    Many Thanks to both of you


  5. #5
    Guest

    Still getting a error


    Hey...

    i have tryed using the data form,
    but when i choose my access 2000 database
    it still says "Unrecognized database format c:\db1.mdb""

    i have tryed converting the "Biblio.mdb" to access 2000
    but the same error pops up...

    Does any one know what the problem is... ?

    if you wanna do me a BIG favor,
    make a MS Access 2000 database and a little VB program with it
    and send it to me at [email protected]

    Many Many Big Thanks in Front
    Michael Tox



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