473,382 Members | 1,396 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

generating dataset

Hi,

Im trying to follow some instructions in a VB.net
development book and iv been told to select the 'Generate
Dataset' option from the toolbox, under the data menu.
The problem is i cannot see it listed there!!!!

Can anyone help me find this option??

thx in advance.
Nov 20 '05 #1
2 1133
Angelina,
What is it that you cannot see listed? 'Generate DataSet' is not on the
toolbox, Dataset is on the toolbox.

To use "Generate DataSet" you need to have a DataSet added to your project
via 'Project - Add Item - DataSet'. Then under the Schema menu there is a
Generate Dataset option (or you can right click.

To define an DataSet field on your Form, UserControl or Component:
- Open a Form, UserControl or Component in design mode.
- Click 'View - Toolbox' to show the toolbox. The toolbox should be docked
along the side of VS.NET, normally it is on the left side of my VS.NET.
- Click on the 'Data' tab, it should be the first or second tab listed in
the toolbox, I have 'My User Controls' followed by 'Data'.
- Drag 'DataSet' from the toolbox onto the design surface of the item opened
earlier, I have 'Pointer' followed by 'DataSet' on my 'Data' tab of the
Toolbox.
- You should get a dialog box that pops asked if you want a typed or untyped
DataSet, you need to have used the GenerateDataset to get a typed dataset.

Hope this helps
Jay

"angelina" <lkjl@jkkj> wrote in message
news:01****************************@phx.gbl...
Hi,

Im trying to follow some instructions in a VB.net
development book and iv been told to select the 'Generate
Dataset' option from the toolbox, under the data menu.
The problem is i cannot see it listed there!!!!

Can anyone help me find this option??

thx in advance.

Nov 20 '05 #2
Hiya, For the Dataset generator to work, the form needs Connection and
Adapter objects to be present. Give this a try ...

Open Server Explorer and Drag and Drop the table you are interested in, on
to your form. This should create a Connection and a Data Adapter object on
your form. Now check the Data Menu, Dataset Generator should be enabled ...
"angelina" <lkjl@jkkj> wrote in message
news:01****************************@phx.gbl...
Hi,

Im trying to follow some instructions in a VB.net
development book and iv been told to select the 'Generate
Dataset' option from the toolbox, under the data menu.
The problem is i cannot see it listed there!!!!

Can anyone help me find this option??

thx in advance.

Nov 20 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Jack Notarangelo | last post by:
Hello, I am interested in anyone's preference as to creating datasets in code vs generating them using the UI. I know typing is an advantage of the latter method. But any other information...
5
by: Jon Sequeira | last post by:
Does anyone know of a component or class that available for generating updategrams from custom business objects? Ideally I need something that parses a mapping schema, interrogates an object, and...
10
by: Al Christoph | last post by:
Please forgive me if this is the wrong place to post this. The last place I posted got me a fairly rude response. I guess vb.db people just don't want to think about XML as database. At any rate,...
1
by: xxxxyz | last post by:
Hi, I want to generate dataset class using Visual studio ( I can do this as first generate SqlDataAdaptor and SqlConnection). But can I ganerate it without sqldataadaptor and sqlconnection,...
0
by: A P | last post by:
Hi! I use OleDbDataAdapter to create connection and when I select "Generate Dataset from that, I receive an error message saying : "There was problems generating <project>.Dataset1. To resolve...
3
by: Anthony | last post by:
Hi There When trying to add a dataset to a web form I get the following error msg. "There were problems generating . To resolve this problem build the project, fix the errors and generate...
1
by: Noor | last post by:
Hi all I need to generate xml schmea for a stored procedures to use with crystal reports tell me any quick and easy method. thanks
3
by: TS | last post by:
Hi all, I posted this question here before, but I'm still having a problem with this code. From my windows form, I opened a connection to a SQL database. I need to generate a combo box in my form...
0
by: =?Utf-8?B?U2hhcm9u?= | last post by:
Hello Gurus, I produced an RDLC file with 3 tables. My application holds a DataSet with 3 kind of tables. I'm generating Visual Studio 2005 report for the 3 tables in the DataSet. I'm using the...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.