M
Michael Russell
I'm working on a small app that will talk to different databases, and so
far it's been working great using a generic database factory model.
However, I've run into a situation where I need to be catching some
DataAdapter events, and found that I can't.
So I'm asking, is there an easy way to do this other than subclassing my
class to handle SqlDataAdapter, ODBCDataAdapter, and whatever else I may
run into in the future?
Thanks,
Michael
far it's been working great using a generic database factory model.
However, I've run into a situation where I need to be catching some
DataAdapter events, and found that I can't.
So I'm asking, is there an easy way to do this other than subclassing my
class to handle SqlDataAdapter, ODBCDataAdapter, and whatever else I may
run into in the future?
Thanks,
Michael