[plt-scheme] trying to learn scheme and use sqlite.ss

From: Mike Eggleston (mikeegg1 at me.com)
Date: Fri Jan 23 08:53:29 EST 2009

Morning,

In DrScheme I enter in the lower window:

> (require (planet "main.ss" ("schematics" "schemeunit.plt" 3 3)))
> (define dbh (open (string->path "mikee.sql3")))
. open: illegal use of signature form in: (open (string->path "mikee.sql3"))

So the require is working (good), but the open is not working. I
don't understand what violation I have in the syntax. To
my so far limited understanding I'm following the code at
<http://coach.cs.uchicago.edu:8080/package-source/jaymccarthy/sqlite.plt/3/7/sqlite-test.ss>.

What am I missing here?

Mike


Posted on the users mailing list.