FreeTDS 0.2

This isn't really organized yet, so stay tuned

It has no autoconf

Anyway, cd into src/tds, look over the Makefile, the biggest options are byte order (HW_BIG_ENDIAN or HW_LITTLE_ENDIAN) and tds version (TDS42, TDS46, or TDS50) and give "make" a try in src...with any luck you will have an executables named "unittest" in the tds and dblib directory.

Set the environment var "SYBASE" to the tds directory (it looks for an 
interfaces file...so if you have a local sybase server modify my file, else 
there's one at sybase.com in there)

run ./unittest and hope for the best!

Things known to work/not work
-----------------------------
It will make/run with sqsh 1.4
It will compile againt sybperl (Don't know if it will run)
only smaller money values work.
no support for numeric and decimal types yet
4.2 support is a compile time option 
there's a mem leak (or more)
