I am looking for help for getting CLSQL (or another SQL framework that
can connect to a backend via ODBC) running on Windows with any open
source Lisp (e.g. CLISP). I have tried a windows version of Lisp in a
Box and installed UFFI libraries etc, but still no luck. If anyone has
had success with this please let me know.
On Oct 3, 2:18 pm, ·········@yahoo.com wrote:
> I am looking for help for getting CLSQL (or another SQL framework that
> can connect to a backend via ODBC) running on Windows with any open
> source Lisp (e.g. CLISP). I have tried a windows version of Lisp in a
> Box and installed UFFI libraries etc, but still no luck. If anyone has
> had success with this please let me know.
clisp and UFFI are not friends. CFFI has a UFFI-COMPAT mode that is
supposed to work with clisp, so i'd try there first. Barring that,
clsql has a mailing list that is much more appropriate a forum than
here.
Cheers,
drewc