Dann sollte das so funktionieren:

conn.Execute(
"CALL QCMDEXC ('" + command + "', " + command.Length + ", 'IGC'" + ")", out recAff, 0);

??