2007-01-07
ODBC Interface for Factor
I've written a simple wrapper around the ODBC API for Factor. I based it on some Forth code I wrote a few years ago.
It has only been tested in Windows but it works quite well and I plan to do some more work on it as I need features. In the meantime it's in my repository:
darcs get http://www.bluishcoder.co.nz/repos/factor
It will likely be in the standard Factor repository soon.
Currently it supports opening and closing databases given a DSN string, running queries, getting column information, and retrieving fields and rows.