[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SchemeQL problem



I'm trying to use SchemeQL 0.0.2 with srpersist that is included with
plt-scheme 200 alpha9. I get an 'unspecified error in alloc-handle' when
trying to connect to the database. This is my sequence of events:

  (require (lib "schemeql.ss" "schemeql"))
  (connect-to-database "db" "user" "password")
=> Unspecified error in alloc-handle

Any ideas where the problem could lie? I can use the 'db' database from
other ODBC programs.

Chris.