Just to give you all an example of one of my forms and an idea of what
type of dataset I need:
I have an application form which displays an application sent in by a
person (applying for a position on a public board). The form needs to
display information from all of the following relational tables:
The Person table containing contact information for that person.
The Application table containing general information about the
application (when and how it was submitted)
The Application_mm_Board table which contains a record for each board
this application is being submitted for.
The Board table which is needed for the name of each board the applicant
is applying for.
The Application_mm_Question table which contains a record for each
question asked on this application
The ApplicationQuestion table which stores the questions themselves.
The ApplicationAnswer table which stores the applicants answers to each
question.
The User table which shows who submitted this application if it was
input manually by a user.
As you can see a even a single dataset for this one form becomes rather
large. Do you think I should split it up even further for different
functions on the form? Maybe a different dataset for separate
datagridviews on the form?
Thanks,
Ryan
Kevin and Marina,
I had not seen that you both had answered already while replying.
Probably something in my eyes.
Others I had written "in addition".
So by this.
Cor
"Kevin Yu [MSFT]" <
[email protected]> schreef in bericht
Hi Ryan,
In addition, I suggest you put all relational tables in a DataSet.
There is
no requirement for using how many DataSets on a form. It's just for
your
convenience, which makes the developer clear of relations between
tables.
HTH.
Kevin Yu
Microsoft Online Community Support
============================================================================
==========================
When responding to posts, please "Reply to Group" via your newsreader
so
that others may learn and benefit from your issue.
============================================================================
==========================
(This posting is provided "AS IS", with no warranties, and confers no
rights.)