A
Alex Stevens
Hi All.
I've written a data access component which I want to install on a database
server machine.
I have two questions which I'd would appreciate anyone's advice /
experience.
I want to make the data access component dll available to - say a business
layer which could reside on another machine.
How do I make this available to the business object?
Is this using .net Remoting? - Could someone point me to somewhere good to
start.
Secondly, When I have my data object, I'd like it to have a default
connectionstring, however I'd like this to be modifiable outside the dll and
somehow picked up by the dll when the data acess object is first
instantiated.
I remember something like this in COM+, but not anything specific.
Thanks
Alex
I've written a data access component which I want to install on a database
server machine.
I have two questions which I'd would appreciate anyone's advice /
experience.
I want to make the data access component dll available to - say a business
layer which could reside on another machine.
How do I make this available to the business object?
Is this using .net Remoting? - Could someone point me to somewhere good to
start.
Secondly, When I have my data object, I'd like it to have a default
connectionstring, however I'd like this to be modifiable outside the dll and
somehow picked up by the dll when the data acess object is first
instantiated.
I remember something like this in COM+, but not anything specific.
Thanks
Alex