I
I
isaac-212021-10-07 14:36:26
Python
isaac-21, 2021-10-07 14:36:26

How to call sql procedure with out parameter from sqlalchemy?

there is a procedure:

create or alter procedure API_ADD_DISMISSAL_TABNO
(
@TABNO varchar(10), – табельный номер сотрудника
@DISMISSAL_DATE date, – дата увольнения
@MSG nvarchar(4000) out – сообщение (OK - успешно, другое - отказано )
)


how to call it correctly in your code??

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vadim Shatalov, 2021-10-07
@isaac-21

https://stackoverflow.com/questions/59689151/sqlal...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question