Link to home
Start Free TrialLog in
Avatar of sainavya1215
sainavya1215

asked on

dataset structure creation

hi,

I was told to create a generic function which creates a DATASET and STRUCTURE to hold the dataset like tables columns rows etc.

I really dont understand what it could be used for? As per my understanding a dataset is populated by a dataApater from a SQL query and then it can be used.

but considering the requirement as of now what advantages would it have ? why would we need to create a functoin which a dataset can hold?
ASKER CERTIFIED SOLUTION
Avatar of arif_eqbal
arif_eqbal

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of RonaldBiemans
RonaldBiemans

Hmm, maybe I didn't understand the question correctly :-)
may be you are right...
in that case it might be required to create Adapter classes that would interact with the database create datasets and return to the upper layer....