C
chris-s
Hi,
We have a data update process whereby records are inserted into a SQL server
db from the device using the rda.submitsql method, executing it once for
each insert statement. The existing process was taking 1 1/2 minutes for a
certain number of records.
It never occured to me, until now, to try creating a single string with all
the insert statements in and submit it once, which performed the same
process with the same data in 6 seconds!
Maybe everybody already knew this, if not, and you are doing something
similar, you might like to try it.
Cheers,
Chris
We have a data update process whereby records are inserted into a SQL server
db from the device using the rda.submitsql method, executing it once for
each insert statement. The existing process was taking 1 1/2 minutes for a
certain number of records.
It never occured to me, until now, to try creating a single string with all
the insert statements in and submit it once, which performed the same
process with the same data in 6 seconds!
Maybe everybody already knew this, if not, and you are doing something
similar, you might like to try it.
Cheers,
Chris