Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb_dotnet thread: ADO.NET connections within COM+


Message #1 by joecampbell1974@h... on Wed, 23 Jan 2002 12:55:04
Hej,

In case anyone else was interested in how to overcome the problem of passing 
a SqlConnection to a ServiceComponent and avoid the "Remote proxy..." error 
- simply change the activation type from Server to Library.

This means that the component runs in the clients process and allows the 
passing of SqlCommands - and the return of SqlDataReaders and 
XmlDataDocuments

//Joe

_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com


  Return to Index