Displaying 1 result from an estimated 1 matches for "c_rodbcquery".
2012 Aug 27
1
Querying sqlite through RODBC causes R to crash
...t;)
# 'test3' being an ODBC datasource configured with SQLite3 driver,
# but the same happens with SQLite driver
sqlQuery(con3, "select * from test") # 'test' being any table
  *** caught segfault ***
address 0x438, cause 'memory not mapped'
Traceback:
  1: .Call(C_RODBCQuery, attr(channel, "handle_ptr"), 
as.character(query),     as.integer(rows_at_time))
  2: odbcQuery(channel, query, rows_at_time)
  3: sqlQuery(con3, "select * from test")
Possible actions:
1: abort (with core dump, if enabled)
2: normal R exit
3: exit R without saving workspace
4...