On Fri, Oct 15, 2010 at 11:03 PM, scouic <sco...@gmail.com> wrote: > Noel, you say that sqlite only works on local, so what should i do to manage > with DrRacket a database imported via the internet (example.com/database.db > ?)
You have to download it to your PC. SQLite does not have a client/server architecture. That is what makes it simple to use, but it means you can't use it over a network. N. _________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users