[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SrPersist ported to v200



I've ported SrPersist to MzScheme 199.5.  The new code 
is available from the CVS archive with the tag 
v200.

Two small changes from 103:

	o `execute' is now `sql-execute', in order not to
	conflict with the same-named primitive in the 
	mzscheme language, and
	
	o to load SrPersist, use

          (require (lib "invoke-n.m.ss" "srpersist"))	

      where n.m is one of 1.0, 2.0, 3.0, or 3.5, depending on
      the ODBC version.  [Use an n.m less than or equal to the
      ODBC version used to compile the SrPersist extension.]

-- Paul

 ----------------------------------------------------------------
| Paul Steckler, Ph.D.       |    Rice University PLT            | 
| steck@cs.rice.edu          |    DrScheme Project               |
| Tel:  713/348-3814         |    http://www.cs.rice.edu/~steck/ |
| FAX:  713/348-5930         |    *** Ad astra per hackera ***   |
 ----------------------------------------------------------------