baztian / jaydebeapi

JayDeBeApi module allows you to connect from Python code to databases using Java JDBC. It provides a Python DB-API v2.0 to that database.
GNU Lesser General Public License v3.0
365 stars 148 forks source link

Returning Stored Procedure response in MSSQL #220

Open prakash260 opened 2 years ago

prakash260 commented 2 years ago

Hi Team,

I am trying to run a stored procedure on MSSQL and it works fine.

But i am unable to return any response from it as i only get none.

is there any way i can do it with existing module? Or i am missing something here.

Please let me know if you need any more details.

Using JayDeBeApi==1.2.3 and Microsoft Sql Server 2016 Data Center 10.0 X64 13.0.7016.1 KB5015371 SP3-CU1-GDR