[Zope-DB] Statement in cursor.execute (DCOracle2)
Gilberto Pereira
gil@peopleware.pt
Thu, 07 Nov 2002 19:58:29 +0000
Hi,
I would like to know if there's a limit in size for the statement used
in cursor.execute ?
I´m planning to use it in a possible large select statement, where i'm
probably going to enumerate perhaps hundreds or thousands foreign keys
in where clauses... So i would like to know if i'm going to face some
problems in the future with this and decide to use a diferent approach,
while i still can :)
Thanks, Gil