0
votes
Update more than one database using same ObjectDataSource using C#
I would say no; I don't think that's possible as a SqlCommand must be associated with exactly one connection string.
Since you're using an ObjectDataSource, why not write a "midde-tier" obj …
