Hmm, the length of a varchar column can't be 0 or 1, it seems.
commit2fb8ad9f92a4b3c0edf51b2dac44b327f11a42ee
authorAvery Pennarun <apenwarr@gmail.com>
Fri, 21 Nov 2008 02:05:51 +0000 (20 21:05 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Fri, 21 Nov 2008 02:05:51 +0000 (20 21:05 -0500)
treec70515d8c2cda6a8cebac63ce4f0aff01800fdd5
parent42367788447d3e55588cafee1cab9376e7217729
Hmm, the length of a varchar column can't be 0 or 1, it seems.

...otherwise things explode and StarQuery can't import the table.  On the
other hand, it might not be varchars that are the problem, but rather the
other field types that we're *treating* as varchars.
vxodbc/results.cc