Answer the question
In order to leave comments, you need to log in
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 - успешно, другое - отказано )
)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question