Search found 2 matches
- Sun Mar 20, 2016 1:36 am
- Forum: Homework
- Topic: lisp and oracle
- Replies: 2
- Views: 9781
Re: lisp and oracle
Quicklisp did indeed help me a little further, but after installing "clsql" and "uffi" I still get some errors. * (clsql:connect '("localhost" "world" "root" "") :database-type :mysql) STYLE-WARNING: Undefined alien: "strtoull" ST...
- Fri Mar 18, 2016 8:34 am
- Forum: Homework
- Topic: lisp and oracle
- Replies: 2
- Views: 9781
lisp and oracle
I already have experience in lisp programs used by cocreate modeling, but this is not able to connect to a oracle database, so I'm trying to do this by clisp, sbcl, lispworks personal or allegro express. I'm working on a windows computer and can't find any tutorial on how to connect any of these pro...