Re: SQLite just awarded open source award
- Posted by Chris Burch <chriscrylex at aol.com> Aug 19, 2005
- 613 views
cklester wrote: > > Chris Burch wrote: > > > > Matt, you are a far better and more prolificprogrammer than me, and euSQL is > > a great > > piece of work, but anybody who wants to do serious (lightweight) SQL > > database programming, > > should look at SQLite, and Ray Smith's euSQLite database (updated and > > maintained by > > me). > > Chris, how would I go about setting that up on my web server? With Euphoria > and EDS, I don't have to have an external linked file or DLL. I wonder if it > would be possible to put the SQLite linked file into a local directory on my > web host's Linux box and call it from there...? I'd like to test it if only > to try it out. > > -=ck > "Programming in a state of EUPHORIA." > <a > href="http://www.cklester.com/euphoria/">http://www.cklester.com/euphoria/</a> > Hi Unfortunately, this is way above me, I don't do any web database programming, so I've never had any need to look into it. If your host doesn't give you access to sqlite (which would actually be a bit surprising), they shouldn't have too many problems with adding it - its very well known, and its a tiny install. Failing that, try adding it to your user space, and try specifying the path to the library in eusqlite3.ew. Let me know if it works. Chris http://members.aol.com/chriscrylex/euphoria.htm http://uboard.proboards32.com/ http://members.aol.com/chriscrylex/EUSQLite/eusql.html