DATAENVIRONMENT

  • Thread starter Thread starter Rado
  • Start date Start date
R

Rado

Hello.
I want know if in VB.NEt is something like DATAENVIRONMENT/ This is in VB6/
Thank You.
 
Rado said:
I want know if in VB.NEt is something like DATAENVIRONMENT/ This is in VB6/

There is a "Server Explorer" available in VS.NET. You will find the
wizards for creating dataadapters and so on useful too.
 
Rado,
In addition to the Server Explorer to create a 'DataEnvironment like class
in VB.NET I normally start with new Component (Project - Add Component),
then drag a connection, commands and data adapters from the Data tab of the
toolbox or Server Explorer. Setting properties as needed in the Properties
Window. Then in Code View add any public methods that may be appropriate.

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