J
jjmraz
Hi All,
I am creating a web app and on one form I am using multiple
SqlDataAdapters which I dont think from a design stand point I should
be doing, correct? Can I only use one and change the sqlcommands
associated with the sqldataadapter to point to other sp's that I have
created in Sql server? I guess I would have to have the datasets that
are pointing to certain SqlDataAdapters to point to just the one. How
would I do this?
Thanks,
JJ
I am creating a web app and on one form I am using multiple
SqlDataAdapters which I dont think from a design stand point I should
be doing, correct? Can I only use one and change the sqlcommands
associated with the sqldataadapter to point to other sp's that I have
created in Sql server? I guess I would have to have the datasets that
are pointing to certain SqlDataAdapters to point to just the one. How
would I do this?
Thanks,
JJ