lefebvrel - 2006-01-24

When I use the columns method in tclodbc 2.2 I get more data for each row in the result than the documentation indicates I should. (I appear to get 18 list items, and the documentation only mentions 11) I have tested this against Oracle 9i and Sybase 9.1 with the same results.

How can I find out what these additional fields in the list result represent? Many of items are empty lists ({}) so it's pretty hard to figure out what they're supposed to be. I wouldn't normally care, except that the extra items seem to be interspersed with the documented ones, and I would like to make sure I've got the right elements from the list.

Thank you