Add Table to Dataset(GUI)

  • Thread starter Thread starter Kevin
  • Start date Start date
K

Kevin

Hi All

I'm not sure if this is the correct newsgroup for this
question, if not, please tell me where to post it, thanks

My questions is, How do I add a table, - graphically - to
a dataset that already exsists in my designer. When I
create a DataSet, I can add a table from a database, and I
can see a graphical representation of that table from
within Visual studio, but what if later I want to add
another table to the same DataSet? I've tried to do this,
but then it creates another Dataset which I don't want, I
just want to add a Table to an existing Dataset and still
be able to see a graphical representation of it(i.e. it
must be a strongly typed dataset). Please could someone
direct me what to do.

TIA
Kevin
 
You might want to try microsoft.public.vsnet.general and
microsoft.public.vsnet.ide for your post.

I do know you can have more than one table in a DataSet complete with
relationships, etc.

Hope that helps,
-JG
 
Back
Top