Streamlit SQL Server access works but plain python pyodbc not

Hi, i’m using streamlit for querying a SQL Server.
Before that, the querys where made using pyodbc (sqlalchemy) from the same machine.

But, right now the server is refusing the connection from the python scripts, but still accepting from Streamlit.

Someone knows why that happens? Is the same machine, with the same python modules and the same connection engine, but for some reason the connection is perfectly done in Streamlit but not possible from plain python.

What does Streamlit do differently?

Thanks in advance

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.