[plt-scheme] latest way of getting to MySQL using MzScheme?

From: Jan Theodore Galkowski (jtgalkowski at alum.mit.edu)
Date: Sat Mar 3 15:08:18 EST 2007

Hey Jens,

Well, my attempts at accessing both weren't successful.  Perhaps I have
something misconfigured in my PLT-Scheme installation?  Certainly am
connected to the Internet.  Running under WinXP HE.

 -- Jan
#  
#  Welcome to DrScheme, version 360.
#  Language: Textual (MzScheme, includes R5RS)
#.
#  > (require (planet "[file]" ("oesterholt" "sqlid.plt" 1 2)))
#  open-input-file: cannot open input file: "C:\Documents and
Settings\Jan\Application Data\PLT
Scheme\planet\300\360\cache\oesterholt\sqlid.plt\1\2\[file]" (The system
cannot find the file specified.; errno=2)
#
#  > (require (planet "sqlite.ss" ("soegaard" "sqlite.plt" 1 1)))
#  open-input-file: cannot open input file: "C:\Program
Files\PLT\collects\mzlib\private\gen-match.ss" (The system cannot find
the file specified.; errno=2)
#  setup-plt: Error during Compiling .zos for Srfi (C:\Documents and
Settings\Jan\Application Data\PLT
Scheme\planet\300\360\cache\soegaard\srfi.plt\1\1\42-eager-comprehensions)
#  setup-plt:   open-input-file: cannot open input file: "C:\Program
Files\PLT\collects\mzlib\private\gen-match.ss" (The system cannot find
the file specified.; errno=2)
#  ffi-lib: couldn't open "libsqlite3.dll" (The specified module could
not be found.; errno=126)
#  >
#   

On Sat, 03 Mar 2007 20:10:34 +0100, "Jens Axel Søgaard"
<jensaxel at soegaard.net> said:
> Jan Theodore Galkowski skrev:
> > I checked the Help Desk but nothing dropped out.
> >
> > So, what's the latest way of getting to MySQL using MzScheme?  I've
> > seen mentioned of an ODBC thing ("SrPersist"?) and an sqli/spld.
> > These suggest recompilations.  Is there anything built in, in a
> > publicly available lib, or SRFI?  Haven't found anything in the
> > latter, but still reading.
>
> Check PLaneT:
>
>    <http://planet.plt-scheme.org/300/>
>
> sqlid.plt contributed by Hans Oesterholt contains support for MySQL.
>
> Hans the documentation say that recompilation is unneccessary on
> Windows, but I get:
>
>    Welcome to DrScheme, version 369.7-svn31jan2007 [3m]. Language:
>    Pretty Big (includes MrEd and Advanced Student).
>    > (require (planet "sqld-sqlite.scm" ("oesterholt" "sqlid.plt" 1
>    > 2)))
>    gcc.exe: no input files gcc.exe: no input files gcc.exe: no input
>    files gcc.exe: no input files gcc.exe: no input files
>    >
>
> which seems fishy.
>
> Jan, perhaps one of the SQLite pacakges will do?
>

[snip]



Posted on the users mailing list.