Use DataEnvironment in VB.NET

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • BraveHeart

    Use DataEnvironment in VB.NET

    Hi everyone !
    How i can use DataEnvironment in VB.NET ?
    Thanh you very much .


  • Jay B. Harlow [MVP - Outlook]

    #2
    Re: Use DataEnvironment in VB.NET

    BraveHeart,
    What I normally do is add a new Component (Project - Add Component) to my
    project.

    Using the visual designer of the Component you can then drag the Connection,
    Command, and DataAdapter objects that I want to it from the Toolbox.
    Alternatively you can drag & drop items from the Server Explorer. You can
    set properties of these with the properties window.

    Then from the Code Behind I add any methods that I want exposed via the
    Component.

    Hope this helps
    Jay


    "BraveHeart " <hoang0681@yaho o.com> wrote in message
    news:uIgISBDAEH A.2512@TK2MSFTN GP11.phx.gbl...[color=blue]
    > Hi everyone !
    > How i can use DataEnvironment in VB.NET ?
    > Thanh you very much .
    >
    >[/color]


    Comment

    Working...