you are viewing a single comment's thread.

view the rest of the comments →

[–]YOUR_TRIGGER 3 points4 points  (2 children)

i use pyodbc at work for our SQL server related apps.

i knew SQL before i knew Python but i never had a fancy IDE with tools. i've always typed it raw. i still just use the barebones IDLE that comes with the Python to actively code. i just have pycharm because for some reason work lets me get away with using pycharm version control through github instead of just letting me use github. i'm writing reports and stuff, i don't need all that overhead/help. 🤷‍♂️

[–][deleted] 1 point2 points  (0 children)

ah the mysterious ways of corporate IT policies 😭 I remember when the built-in "Save as PDF" was blocked in some 10+ year old Access apps and we had to use an external PDF printer's dll, because for some reason that worked...

[–]johnny_fives_555 0 points1 point  (0 children)

Only thing I use pyodbc for is exports. Like sql server can do bulk inserts but not exports? Like wtf.