Hello:
I would like to pull a dataset as a dictionary, however when I use the as_dict argument in pymssql I get a duplicate set of data, one with the column names and the other with the column numbers
For example if the fields are firstname and lastname a one row query would look like {'0':'Smith','1':'John','firstname':'John','lastname':'Smith'}
How do I eliminate the column number...
2009-06-26 14:17:45 UTC in Simple MS SQL Python extension module