Generate Dataset

G

Garry Dawkins

Hey Frank, I'm a novice with this taking over someone elses application.
I'm attempting to add a dataset to a page. I have the query to populate
the page and I have the walkthrough instructions. Visual Studios does
not want to cooperate. This is what I'm following: To generate a
dataset
From the Data menu, choose Generate DataSet.
Tip If the Generate DataSet command is not enabled, click the page;
the page must have focus for the command to appear.
The Generate Dataset dialog box appears.
This is where my problem starts. I click the page but the Gen dataset
command is not enabled.

GDawkins
 
M

Miha Markic

Hi,

Right click on dataadapter that has the query and choose generate datast
from popup menu.
 
D

dwlawren

Hi,

I'm having the same problem. When I right click the dataadapter and
choose "generate dataset" I get an alert box with the insightful
message "Unspecified error".

I added a field to a MS Access table that one of the dataAdapters on
the page used...

Thanks
--Dietrich
 
C

Cor Ligthert

Hi,

First of all, did you add this question to another question, because I get
this as an answer and it is obvious a question.

As answer probably there is some orphaned code in your application. Most
probably a class which you cannot see when in your solution explorer there
are hidden files.

To test if this can be it, than the most simple is to create a little
project and do what you did (and not building a difficult select string).

I hope this helps,

Cor
 

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

Top