> > Actually not - Sybase creates a temporary stored proc for each prepared > > statement, so it's equivalent to using stored procedures. > > Heh neat, is that DBD::Sybase or the server that's doing that? > And does it only work for a single statement handle or does it keep > that procedure around in case i prepare the same statement again? The driver creates the stored procedure in the prepare method. Subsequent prepare yields another stored procedure. Avoid preparing the same statement more than once. Use placeholders.
- Re: More on web application performance with DBI Matt Sergeant
- Re: More on web application performance with ... Tim Bunce
- Re: More on web application performance w... Michael Peppler
- Re: More on web application performan... Tim Bunce
- Re: More on web application perf... Matt Sergeant
- Re: More on web application ... Tim Bunce
- Re: More on web application ... Matt Sergeant
- Re: More on web application perf... Greg Stark
- Re: More on web application ... Michael Peppler
- Re: More on web application ... Greg Stark
- Re: More on web application ... Mark D. Landry
- Re: More on web application ... Michael Peppler
- Re: More on web application performance with DBI gangadharan narayan