How to add Data environment in vb6.0 ?

safwan

safwan

@safwan-NH7W5Y Oct 25, 2024
well, I have project for my grade 12 board exam in subject Informatics Practices. I have to make a inventory system and have to produce reports . For this I required to design a reports, I am able to add Reports form through Project menu but I don't find More Active X Designer option .But when I checked it in components also I didn't found it in components also hence I checked it in references I am able to get Data Environment 1.0 but in my pc its giving like Missing : Data Environment Instance1.0 in reference dialog box .so what should I do to add the ms data environment in my pc. 😔

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Mahesh Dahale

    Mahesh Dahale

    @mahesh-E2tZ3t Nov 10, 2009

    Before you can access the Data Environment designer, you must reference it in Visual Basic.

    To reference the Data Environment designer

    1. On the Project menu, click References.

    2. From the References dialog box, select Microsoft Data Environment 1.0, and then click OK.

    To add a Data Environment designer object to a Visual Basic project

    1) Right click on Project name [ex.Project1(Inventory.vbp) Then click ADD then Data Environment

    OR

    1) From the Project menu, choose Add Data Environment.

    The Data Environment designer is added to your Visual Basic project, the Data Environment designer window appears, and a Connection object is added to your Data Environment.

    By the way
    Microsoft Data Environment 1.0
    Location:- C:\Program Files\Common Files\designer\MSDE.dll
  • Mahesh Dahale

    Mahesh Dahale

    @mahesh-E2tZ3t Nov 10, 2009

    In some case add data environment may not be one of the menu choices
    in this case,

    1) select Components under project menu items
    2) choose the designers tab and check the boxes next to data environment and data report
    3) click OK

    The data environment will available
  • hanif_hefaz

    hanif_hefaz

    @hanif-hefaz-dL7l4K May 1, 2015

    i could'nt find microsoft data environment in references please help