Updating more that one records with DynamicUpdateCommand
Hello,
I found that DynamicUpdateCommand is very powerfull, but I have missing an option to update more than one record.
I cannot run command like this: m_QvDoc.DynamicUpdateCommand("DELETE FROM DimTime WHERE [DimTime.FiscalYear] >= 2003") Does anybody known the solution how to delete more that one record?