Results 1 to 5 of 5

Thread: Access 2000, DAO, VB6, please please please help

  1. #1

    Thread Starter
    Addicted Member Smie's Avatar
    Join Date
    Jun 1999
    Location
    Columbus, OH
    Posts
    249

    Angry

    I know that vb6/dao doesnt reconize access 2000, how can i make it do that? ive tried a 1000 times, been looking around, all i want is help!

  2. #2
    Lively Member
    Join Date
    Nov 1999
    Location
    Belgium
    Posts
    98
    Hi,

    I think you should use the "Microsoft DAO 3.60 Object Library" (DAO360.dll) as reference.

    Good luck

    R@emdonck

  3. #3

    Thread Starter
    Addicted Member Smie's Avatar
    Join Date
    Jun 1999
    Location
    Columbus, OH
    Posts
    249

    Angry

    sorry, no luck, tried it before, i use the dao 3.6 object library, select my db, click recordsource property, and get the error:

    unreconized data format

    (

  4. #4
    Hyperactive Member
    Join Date
    Jun 1999
    Posts
    308
    Hi, Smie.

    Do you use Data control?For some reason Data control doesn't want to recognize Access2000,even if you reference the right library(DAO 3.6)
    These two will work:
    1. You can use ADO Data Control 6.0
    2. Or just use code without any Data controls.

    Reply, if you need more help.

    Larisa



  5. #5
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744

    Lightbulb

    You cannot use regular Data Control, because it is based on DAO 3.5x.

    Either use DAO 3.6 library itself (without data control), ADO 2.x or as Larisa suggested: ADO Data Control.

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