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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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