vxodbc: SQLDescribeCol now works with integer-type columns.
commit42367788447d3e55588cafee1cab9376e7217729
authorAvery Pennarun <apenwarr@gmail.com>
Fri, 21 Nov 2008 01:27:33 +0000 (20 20:27 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Fri, 21 Nov 2008 01:31:10 +0000 (20 20:31 -0500)
tree642090e676b42a477e3d31e362b223f1a58124dd
parent10896d4b728de5963c4bcad04a01d720f3ad8183
vxodbc: SQLDescribeCol now works with integer-type columns.

Unfortunately, as much as it *looks* like the same technique should work
with double and money columns... no such luck.

varchar columns now also have the right length.  Datetimes are always
varchars of length 19.
vxodbc/results.cc