I have a problem, I have a web app that is using fast_executemany
in order to insert into the database. When running it on localhost it works with no problem, but when deploying it to Azure, I get
'pyodbc.Cursor'
object has no attribute'fast_executemany'
I am using
- Python 2.7
- AZURE SQL server DB
- pyodbc==4.0.24
The web app is stored in Azure