search for: dbsendpreparedquery

Displaying 3 results from an estimated 3 matches for "dbsendpreparedquery".

2009 Mar 17
1
Need to build package for Affy HT HG-U133+ PM arrays
...33pluspm/pd.ht.hg.u133.plus.pm Error in data.frame(pmi = batchMat[isPm, "indices"], mmi = batchMat[!isPm, : arguments imply differing number of rows: 18230, 180 Error in is(object, Cl) : error in evaluating the argument 'bind.data' in selecting a method for function 'dbSendPreparedQuery' Any direction to notes or tutorials on the subject? [[alternative HTML version deleted]]
2010 Mar 10
0
RSQLite 0.8-4 now on CRAN
...3.6.21 => 3.6.22 (minor bug fixes). - Enable full-text search module by default. See http://www.sqlite.org/fts3.html for details on this SQLite module. - Add support for prepared queries that involve a SELECT. This was previously unsupported. SELECT queries can now be used with dbSendPreparedQuery. The return value is the same as rbind'ing the results of the individual queries. This means that parameters that return no results are ignored in the result. Full NEWS items available here: http://cran.r-project.org/web/packages/RSQLite/NEWS + seth -- Seth Falcon | @sfalcon | http:...
2010 Mar 10
0
RSQLite 0.8-4 now on CRAN
...3.6.21 => 3.6.22 (minor bug fixes). - Enable full-text search module by default. See http://www.sqlite.org/fts3.html for details on this SQLite module. - Add support for prepared queries that involve a SELECT. This was previously unsupported. SELECT queries can now be used with dbSendPreparedQuery. The return value is the same as rbind'ing the results of the individual queries. This means that parameters that return no results are ignored in the result. Full NEWS items available here: http://cran.r-project.org/web/packages/RSQLite/NEWS + seth -- Seth Falcon | @sfalcon | http:...