MP:PROCESS-EXCLUSIVE-LOCK: #<MP:LOCK "CLSQL"
"William P. Proffitt" <[email protected]>
| Newsgroups | gmane.lisp.clsql.general |
|---|---|
| Message-ID | <[email protected]> |
Hello,
I am having a problem when trying to read from a non-locked access
database. This used to work but I recently upgraded to Lispworks 6.0 so I
am not sure if I messed something up in the "upgrade" or if LW 6.0 is
having trouble with clsql.
The following is an example:
CL-USER 6 > (clsql:connect '("EmployeeList" "foo" "foopass") :if-exists
:new :database-type :odbc)
#<CLSQL-ODBC:ODBC-DATABASE EmployeeList/foo OPEN 21EC34BF>
CL-USER 7 > (clsql:select 'First_Name 'MI 'Last_Name 'Login :from
'EmployeeData' :order-by 'Login )
Error: Bad argument to MP:PROCESS-EXCLUSIVE-LOCK: #<MP:LOCK "CLSQL"
Unlocked 21C6BB83> .
1 (abort) Return to level 0.
2 Return to top loop level 0.
Type :b for backtrace or :c <option number> to proceed.
Type :bug-form "<subject>" for a bug report template or :? for other
options.
Can someone point me in the right direction?
Thanks,
William
_______________________________________________
CLSQL mailing list
[email protected]
http://lists.b9.com/cgi-bin/mailman/listinfo/clsql