+2007-09-20 Ludovic Marcotte <ludovic@inverse.ca>
+
+ * Small for for 64-bit platforms.
+
2007-08-29 Helge Hess <helge.hess@opengroupware.org>
* Changed bundle name from Oracle to Oracle8 to avoid clashes with
dvoid *value; // The value of the column (the buffer size is max_width bytes)
ub2 type; // The type of the column
ub2 width; // The current width of the value that has been read
- sb4 max_width; // The maximum width of the column
+ ub2 max_width; // The maximum width of the column
} column_info;