Penetration Testing mailing list archives

Re: [PEN-TEST] stacking SQL requests


From: Nicolas Gregoire <nicolas.gregoire () 7THZONE COM>
Date: Thu, 31 Aug 2000 18:22:39 +0200

Justin Shaffer a écrit :

i could be wrong, because i havent looked into it at all, but i believe
that that part of it (which lets you or doesnt let you execute multiple
sql commands) is in the DBD. I think i can issue multiple commands in a
single call w/ the DBI/Oracle DBD that i use.

From "man DBI" :

Multiple SQL statements may not be combined in a single statement
handle, e.g., a single $sth (though some drivers do support this).
.....
Individual Driver implementors are free to provide any private functions
and/or handle attributes that they feel are useful.
Private driver functions can be invoked using the DBI func method.
Private driver attributes are accessed just like standard attributes.


Current thread: