Named Commands in ADO from C++
Database
2
Posts
2
Posters
0
Views
1
Watching
-
Does anyone know how to use Named Commands in ADO from C++? The MSDN shows how to use Named Commands from VB, but there is no mention of C++. Thanks.
-
Does anyone know how to use Named Commands in ADO from C++? The MSDN shows how to use Named Commands from VB, but there is no mention of C++. Thanks.
It probably requires some smart tricks with
IDispatch
. VB does that kind of thing behind the scenes, but you'll probably find it easier simply to keep a pointer to the command object around. Stability. What an interesting concept. -- Chris Maunder