I don't think that is a feature of SQLite in general. Jay
On Fri, Oct 15, 2010 at 3:27 PM, scouic <sco...@gmail.com> wrote: > Hi, > I'm locked on a problem in creating my interactive blog. > So far, I was managing the localhost without any problems. My function that > opens the blog involves opening a database "database.db" which contains the > blog posts (cf Continue racket doc) : > (define (start request) > (render-blog-page (initialize-blog! (build-path "database.db")) request)) > > Now, I put my database online, chmod 777, at an address like www.example.com > / database.db > > What should I change in my function (start request) so she could retrieve > posts from www.example.com/database.db? > > I blocked for several hours on this problem, > thank you for your help > > -Mw > > _________________________________________________ > For list-related administrative tasks: > http://lists.racket-lang.org/listinfo/users > -- Jay McCarthy <j...@cs.byu.edu> Assistant Professor / Brigham Young University http://teammccarthy.org/jay "The glory of God is Intelligence" - D&C 93 _________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users