you called ODBC via javascript?
In the cases I saw this happen the query was only executed once - you can validate this on your own by checking the totalIO and AmpCPUTime values. They should be >0 only for one of the rows.
Do you prepare the statements before you execute them?
Is the parsingCPUtime >0 for all statememts?
↧