[plt-scheme] schemeql

From: Anton van Straaten (anton at appsolutions.com)
Date: Fri Mar 21 10:35:25 EST 2003

I wrote:

> I'm using: (connect hdbc database uid password).

I took a look at the SchemeQL source - it looks as though it uses the same
SrPersist 'connect' function that I tested, as follows:

SchemeQL's connect-to-database (in connection.ss)
 calls driver-connect (odbc.ss)
 calls sr:connect,
 which is 'connect' from srpersist.ss.


Anton



Posted on the users mailing list.