CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: ado/com

  1. #1
    Guest

    ado/com

    I'm using VC++ 6.0 to SQL server 7 under NT 4.0.
    Has anyone tried to pass an open ado connection pointer to an out of process server to share the open connection???

    Thanks in advance.


  2. #2
    Guest

    Re: ado/com

    Yes, I have tried it and it works most of the times except that I am yet to figure out how to use this connection to execute a stored procedure because it keeps throwing error when I try to execute Stored proc. Normal SQL statements worrk fine.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured