Paulo van Breugel wrote: > > I have two problems concerning the contributed file > extension-function.c. First is that I can't download it from the > 'Contributed files' page on www.sqlite.org. More in general, when trying > to download a contributed file (extension-functions.c) from the > Contributed files page (http://www.sqlite.org/contrib/download/), I am > getting the following error for files other than *.zip, *.gz files : > > ERROR: attempt to write a readonly database >
Paulo, That is a bug and you could report it at http://www.sqlite.org/cvstrac/captcha?nxp=/cvstrac/tktnew > > Second question is how can I enable this. Can I simply use the statement > 'SELECT sqlite3_load_extension('extension-fuction.c')'. I have Window XP > and I use SQLite mostly together with R (http://www.r-project.org/) > through the package RSQLite. > Not quite. First you have to compile the functions into a dll library, then use the command you showed to load that library. HTH Dennis Cote _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

