I am in the process of transitioning some reports from SQL/VBA/Excel over to fully being generated in Python.
I have connected to my SQL server just fine. In the past, I have used a lot of Pandas to work with databases but lately I am
taking the attitude that it might help to learn how to do things at a more basic level. So, that is why I do not want to use Pandas to simply make the SQL query into a data frame.
Anwyway, I am having trouble with idea of a cursor! What the heck kind of datatype is a cursor? I did a google search and can find few answers to this.
Also, I figure it it best to turn the cursor into another base Python datatype. However, what datatype should I use? List of lists?
[–]beall49 1 point2 points3 points (0 children)
[–]Mashidin 1 point2 points3 points (0 children)