On 30 Jun 2014, at 5:14pm, Nick Eubank <nickeub...@gmail.com> wrote:

> So now I'm wondering if I could fix this memory problem by installing the
> 64-bit version of SQLite.

SQLite isn't a thing, it's an API.  There's no SQLite server.  There's no 
particular installation of SQLite on a computer that Windows expects to be in a 
particular place.  You can have many copies of many different versions of 
SQLite in different folders on your computer.  You can have twenty different 
apps on your computer with twenty different versions of SQLite compiled into 
them, some 32-bit, some 64-bit, and they'll all work fine.

What you're concerned about is what your copy of R is using to talk to your 
SQLite databases.  Which is probably an ODBC driver.  I don't know much about 
them, but I found this page which is relevant:

<http://www.ch-werner.de/sqliteodbc/>

Maybe someone who uses ODBC drivers more than me can suggest a better source.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to