How to send a table as a parameter in pyodbc SQL Server?
74 views
Skip to first unread message
Arpan
unread,
Jul 25, 2017, 6:38:15 AM7/25/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyodbc
Hi
I am using SQL Server 2016 as the DB and pyodbc with Python 2.7.
I need to send a table as a parameter to a SQL stored procedure from pyodbc as part of a SELECT query. Is there a recommended way of doing this? Can someone share an example?