RE: VB error with access Help

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Kevin Yu [MSFT] (v-kevy_at_online.microsoft.com)
Date: 10/12/04

  • Next message: Kenneth Goodwin: "Invalid operation. (Error 3219)"
    Date: Tue, 12 Oct 2004 03:31:26 GMT
    
    

    Hi Russell,

    First of all, I would like to confirm my understanding of your issue. From
    your description, I understand that when you're trying to use VB6 open a
    project which was written in VB4, an error message shows. If there is any
    misunderstanding, please feel free to let me know.

    Based on the error message, I think this occured because the certain
    version of DAO referenced by that project was not installed properly on
    that machine. Could you let me know the version of DAO that project is
    using? Here is a KB article about how to redistribute DAO 3.6

    http://support.microsoft.com/default.aspx?scid=KB;EN-US;233002

    HTH. If anything is unclear, please feel free to reply to the post.

    Kevin Yu
    =======
    "This posting is provided "AS IS" with no warranties, and confers no
    rights."


  • Next message: Kenneth Goodwin: "Invalid operation. (Error 3219)"

    Relevant Pages

    • Re: Copy data without opening file and without using ADO
      ... It looks like a DAO component not an activeX component ... I suspect you have another line in your code where you are referencing a recordset that was just Dimmed and not prefaced with DAO and since the ADO library is higher in the order for your list of references than the DAO library and both have recordset objects, Excel is try to use it as an ActiveX object... ... i have set Tools/Refs to Microsoft DAO 3.51 Object Library and get an error message "Run Time Error 429. ... Set rst = db.OpenRecordset ...
      (microsoft.public.excel.programming)
    • Re: Access 97 to Access 2000 and Switchboard Problems
      ... We already had the corect DAO selected, ... > and select the check box for Microsoft DAO 3.6 Object Libary. ... > there is no error message, then you are very lucky and don't need to do ... >> primary function is a hardware person, ...
      (microsoft.public.access.conversion)
    • Re: copy current record to new record in another table
      ... i want to avoid using DAO; ... > FooYC wrote: ... >> error message that pop up. ...
      (microsoft.public.access.modulesdaovba)
    • Starting over - Switchboard problem
      ... Switchboard. ... Turned on the DAO 3.6 Object Libarary and ... get a new error message - Runtime error 438 Object doesn't ... debug/compile, the text that's highlighted is: ...
      (microsoft.public.access.conversion)
    • Re: How to delete a table using VB
      ... > Wolfgang Enzinger wrote: ... >> Dim db As DAO.Database ... >> HTH, ... > Along the same lines, using DAO, what is the syntax for deleting a ...
      (microsoft.public.vb.database.dao)