
Data Access Layer in COM Server = Good Idea?
I am about to begin coding a new Data Access COM object and already have
some interfaces in a COM Server written in ATL. I have encountered some
sporatic errors when trying to create instances of COM Servers on some
machines. Sometimes they dont launch. Since all my data access will be
driven from this COM object it would be fatal to my application if this COM
Server did not launch, so I dont want to use COM Servers if this "sporatic"
behavior is somewhat normal.
Does anyone have any suggestions or comments as to whether this is a good
idea or not?
Thanks
Craig