This doesn't seem like it would be very difficult but I'm at a loss.
How can I take a pyodbc.row and convert it to a int list? This is driving my crazy.
A simple list comprehension works for me:
row = crsr.fetchone()
row_as_list = [x for x in row]
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With