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:
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.
Categories: factor
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.
Categories: factor

1 Comments:
This is in the repository now.
Looks like the Factor rewrite is much cleaner than the Forth, good job.
Post a Comment
<< Home