Use DataEnvironment in VB.NET

  • Thread starter Thread starter BraveHeart
  • Start date Start date
B

BraveHeart

Hi everyone !
How i can use DataEnvironment in VB.NET ?
Thanh you very much .
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top