2005-11-19 11:48:41 AM cppbuilder86
If I call a TADOCommand's Execute method with a single parameter of an
'int', to get the records affected by the command, the compiler accepts
it even though it does not match any of the parameters for the three
forms of TADOCommand::Execute in the adodb.hpp header file. Why ?
Edward Diener
CBuilder Developer
2005-11-19 11:52:38 AM
Re:TADOCommand::Execute signature
Edward Diener wrote:
Quote
If I call a TADOCommand's Execute method with a single parameter of an
'int', to get the records affected by the command, the compiler accepts
it even though it does not match any of the parameters for the three
forms of TADOCommand::Execute in the adodb.hpp header file. Why ?
Never mind, I know the answer ! It does match one of the 3 signatures
even though it is not the one I thought I was calling.