Skip to content
Prev 436 / 1559 Next

dbSendPreparedQuery in RSQLite

Yes, in this example that would certainly work. However, I have a  
large number of queries in a tight loop and it would be nice to avoid  
the overhead of the query parsing and compiling on each call through  
the loop. I believe it is not supported on select statements as well  
and wonder if this would be a hard addition, also, I wonder if this is  
the correct syntax below. From other settings it seems a little off  
(see the link in the original email).

thanks again, jim
On Apr 15, 2008, at 7:21 PM, Sean Davis wrote: