Displaying 1 result from an estimated 1 matches for "libsqlitefunctions".
2013 Feb 12
0
How do I solve a disk I/O error with RSQLite?
...cache_size=200000,
dbname="/home/chenj/Fun/Research/Projects/Dispersion/Data/dispersion.db"),
       envir = .GlobalEnv)
and I also loaded an extension:
dbGetQuery(sql.dispersion,
           "select
load_extension('/home/chenj/Fun/SQLite/Extension/LibraryFile64Bit/libsqlitefunctions.so')")
cat("Connected to sql.dispersion",fill=TRUE)
The directory content for the database file is:
$ ls -l
total 34435604
-rw-r--r-- 1 chenj chenj         216 Jun 22  2012 C:\nppdf32Log\debuglog.txt
-rw-r--r-- 1 chenj chenj       26947 Mar 22  2011 Data_Dispersion.ods
drwxr-xr-...