G
Guest
My Busn tier returns a DataSet and I want to fill a DataAdapter in the
presentation layer with that dataset.
Problem is that if I create a DataAdapter in the presentation layer i need
to specify a SqlCommand with it, but i don't want to, i just want to fill it
with the DataSet from the Busn Tier.
Any ideas on how you get round this?
presentation layer with that dataset.
Problem is that if I create a DataAdapter in the presentation layer i need
to specify a SqlCommand with it, but i don't want to, i just want to fill it
with the DataSet from the Busn Tier.
Any ideas on how you get round this?