CMU Artificial Intelligence Repository
Home INFO Search FAQs Repository Root

ChezSybase: A Chez Scheme interface to the Sybase database.

lang/scheme/code/io/chez_syb/
This directory contains a Chez Scheme interface to the Sybase database. It uses the Chez Scheme foreign function interface to provide a high-level Scheme interface to the Sybase db-lib (the API to the Sybase database). Most of the db-lib calls and datatypes are supported, with the possible exception of spotty support for text and image data. There also isn't any Scheme support for the datetime datatype -- dates and times must be supplied to SQL as a string and returned to Scheme in a CONVERT()ed column as a string. There is no Scheme datetime datatype.
Origin:   

   Provided by Karl Pinc direct to Mark Kantrowitz.

Version: 1.0 (25-MAY-94) Requires: Chez-Scheme, Sybase db-lib Ports: Tested on a VAX under VMS. Copying: Copyright (c) 1994 by Karl O. Pinc. Use, copying and modification is permitted, provided that no money be charged for any program or product derived from the code. See the readme.txt file for details. CD-ROM: Prime Time Freeware for AI, Issue 1-1 Bug Reports: kop@acm.org Mailing List: none Author(s): Karl O. Pinc Keywords: Authors!Pinc, ChezSybase, Database Interface for Chez Scheme, IO, Scheme!Code, Scheme!IO, Sybase Interface for Chez Scheme References: ?
Last Web update on Mon Feb 13 10:36:19 1995
AI.Repository@cs.cmu.edu