[R-sig-DB] dbSendPreparedQuery in RSQLite

James Bullard bu||@rd @end|ng |rom berke|ey@edu
Wed Apr 16 02:31:45 CEST 2008


How do we send prepared queries in RSQLite. We are interested in  
something along the lines of

ps = dbSendPreparedQuery(conn, "SELECT * FROM table1 WHERE chr = ?",  
data.frame("integer"))
for( i in 1:2)
   rs = dbGetPreparedQuery(ps, i)

In C it would look something along the lines of
http://www.mail-archive.com/sqlite-users@sqlite.org/msg31854.html

Thanks
Jim




More information about the R-sig-DB mailing list