Hi, i have a python app with MS SQLSERVER, my db is on a public server and i need configure pyodbc but i dont have root privileges. :c
Hi, i have a python app with MS SQLSERVER, my db is on a public server and i need configure pyodbc but i dont have root privileges. :c
We already have pyodbc installed for you? If you want a different version, check out how to install your own packages from our help pages.
thanks, i already have pyodbc but i need edit some files.
What files do you need to edit to configure pyodbc? The connection string is defined in your code, not in some system-wide config file.