[racket] sqlite: how to open a database via the web ?

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Fri Oct 15 17:40:15 EDT 2010

I don't think that is a feature of SQLite in general.

Jay

On Fri, Oct 15, 2010 at 3:27 PM, scouic <scouic at 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 <jay at cs.byu.edu>
Assistant Professor / Brigham Young University
http://teammccarthy.org/jay

"The glory of God is Intelligence" - D&C 93


Posted on the users mailing list.