> How do I insert a list into a single field of a single record in the > database? use cl-serializer or cl-store to turn your lisp object into a byte array and use sql blob's to store it. -- attila