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

RE: SchemeQL



> Can anyone advise me on how to get SrPersist/SchemeQL working?  I'm
> running Debian Potato with mzscheme and unixodbc built from latest
> debian sources.  
> 
> Everything appears to be running happily until I try
> (define dbase (connect-to-database "localhost" "markj ""))
> and it just sits there until I break it.
> 
> Trying to use srpersist directly just gets me:
> Unspecified error in driver-connect

Try using `sql-error' and see if you can obtain an
error code, which you can look up in the ODBC manual.
(Maybe SchemeQL could return such information autotically
in the future.)

-- Paul