MSSQL 2008 database. понедельник, 26 марта 2018 г., 16:37:27 UTC+3 пользователь Mike Bayer написал: > > what database? > > On Mon, Mar 26, 2018 at 8:39 AM, <[email protected] <javascript:>> > wrote: > > Hello! > > I have something like this > > > > DECLARE @return_param INT > > SET REMOTE_PROC_TRANSACTIONS OFF > > EXEC procedure_name @return_param, param1, param2 > > SELECT @return_param > > > > > > How to do this on sqlalchemy? > > Thanks. > > With regards, > > Eugene R. > > > > -- > > SQLAlchemy - > > The Python SQL Toolkit and Object Relational Mapper > > > > http://www.sqlalchemy.org/ > > > > To post example code, please provide an MCVE: Minimal, Complete, and > > Verifiable Example. See http://stackoverflow.com/help/mcve for a full > > description. > > --- > > You received this message because you are subscribed to the Google > Groups > > "sqlalchemy" group. > > To unsubscribe from this group and stop receiving emails from it, send > an > > email to [email protected] <javascript:>. > > To post to this group, send email to [email protected] > <javascript:>. > > Visit this group at https://groups.google.com/group/sqlalchemy. > > For more options, visit https://groups.google.com/d/optout. >
-- SQLAlchemy - The Python SQL Toolkit and Object Relational Mapper http://www.sqlalchemy.org/ To post example code, please provide an MCVE: Minimal, Complete, and Verifiable Example. See http://stackoverflow.com/help/mcve for a full description. --- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sqlalchemy. For more options, visit https://groups.google.com/d/optout.
