I'm trying to use the surcor.columns function to get a description of a table's columns. For example: cursor.columns(table="NameAndAddr") ... I'm then looking for a result set. This seems to be what the ODBC docs say I should do, but there's not a result set available. Does anyone have some example code I can try? Thanks, Michael