actually i am create a helper class that help me do some data mapping, auto load/update when required
but i felt that my helper class running slow, so i just test it and try to optimized it.
and i found is the OdbcCommand.Parameters.Add slow down the process
i know that not an issue in real running state, because it will not run 200000 time with in a short time
just wonder why the OdbcCommand.Parameters.Add are slow
i thought it just adding the Parameter object into the collection
it worse when there many parameters