Click to See Complete Forum and Search --> : ado/com


February 23rd, 2000, 05:45 AM
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.

February 23rd, 2000, 09:49 AM
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.