I would imagine that if you just put a rowcount in front of your error file dest you can retrieve the var that holds that count in the next step and put that number in a table...
So the flow would look something like this, right???
OledbError==>rowcount==>errorFile
Then in the next step, it would just look at the var from the rowcount.
This should all be pretty easy.