Skip to content
Prev 175 / 1559 Next

prepared query with RODBC ?

[A thread started on r-help, now moved to the r-sig-db list.]

I am precisely about about something similar.
between prepared queries (as you give example code for) and
batch queries. Both of them speed up the process when similar
queries are to be performed, with the batch queries being the fastest
(since in the case of the prepared query an answer is returned by
the database for each query...).
(at the C level) when one wants to write a data.frame and select the
option 'fast=TRUE'...

I shall experiment further...


Thanks,


Laurent
On 3/3/06, David James <dj at research.bell-labs.com> wrote: