[Twisted-Python] Re: Twisted-Python Digest, Vol 3, Issue 17

Dave Peticolas dave at krondo.com
Tue Jun 22 15:31:33 MDT 2004


You will want to use runInteraction. See the example here:

http://twistedmatrix.com/pipermail/twisted-python/2004-June/007995.html

The 'trans' object is just a wrapper around a DB API cursor, so you can
do something like:

return trans.callproc(procname, arg1, arg2, ...)

dave

---- Original Message ----
From:		Faisal Shibley
Date:		Tue 6/22/04 2:04
To:		twisted-python at twistedmatrix.com
Subject:	[Twisted-Python] Re: Twisted-Python Digest, Vol 3, Issue 17

Hello everybody
I want to call a Stored Procedure of Oracle using adbapi. can anyone help me
in this? if someone can give me some sample code along with the description,
I would be highly benifited

Faisal Abdullah Shibley





More information about the Twisted-Python mailing list