in reply to Re: Re: Re: dbi style questions (code, discussion)
in thread dbi style questions (code, discussion)
If you use placeholders similar to this or like in the insert_hash() example in the DBI documentation you might not have that problem. (Update: Or like in jarich's sql2 string above :) (Update: Yes, its usually the optimizer that doesn't have to parse your statement again if the database has a SQL cache, but placeholders are still worthwhile IMO, even on a database like MySQL)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: dbi style questions (code, discussion)
by edebill (Scribe) on Jan 01, 2002 at 21:39 UTC | |
by tilly (Archbishop) on Jan 06, 2002 at 06:20 UTC | |
by runrig (Abbot) on Jan 02, 2002 at 00:18 UTC | |
by edebill (Scribe) on Jan 02, 2002 at 00:45 UTC |