Reading records from Access 2003.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vico20
    New Member
    • Aug 2008
    • 6

    Reading records from Access 2003.

    Hi,

    I am developing a project using VB6 and Access 2003. I am using Microsoft.Jet.O LEDB.4.0 to connect to the Access database. The project has got text fields which should be filled from the Access database. I’ve made a .exe file and everything seems to work just fine, exept it does not work propperly on computers which do not have VB6 installed. It runs but it does not populate text fields.

    Can any one please help me in this case?

    Thanks

    Milan
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    are you getting any error message ?

    Comment

    • vico20
      New Member
      • Aug 2008
      • 6

      #3
      Originally posted by debasisdas
      are you getting any error message ?
      No, I am not getting any error.

      Comment

      • QVeen72
        Recognized Expert Top Contributor
        • Oct 2006
        • 1445

        #4
        Hi,

        You need to Create a SetUp Package using "Package & Deployment Wizard".
        Install in the Client's system. Copy the Exe/DB/Reports to Client's machine and run the exe..

        Regards
        Veena

        Comment

        • debasisdas
          Recognized Expert Expert
          • Dec 2006
          • 8119

          #5
          you also might need to install the components if theya re not intalled properly usinbg REGSVR32 to register the components with windows.

          Comment

          • vico20
            New Member
            • Aug 2008
            • 6

            #6
            Originally posted by QVeen72
            Hi,

            You need to Create a SetUp Package using "Package & Deployment Wizard".
            Install in the Client's system. Copy the Exe/DB/Reports to Client's machine and run the exe..

            Regards
            Veena
            Hi,

            Thank you very much, Veena. It's working, now.

            Regards
            Milan

            Comment

            Working...