Здравствуйте Алекс,
Спасибо большое, но я пока еще в сомнении
Вы писали:
А>Вызов хранимой процедуры осуществляется по другому, с помощью объекта Command:
А>сom->>CommandType = adCmdStoredProc;
com->>CommandText = L"sp_my_proc";
com->>ActiveConnection = conn;
com->>Execute();
А>
В доке в описании параметров метода Execute честно сказано, что
CommandText — A String value that contains the SQL statement, table name, stored procedure, a URL, or provider-specific text to execute