in reply to Creating Dynamic SQL statements using arrays
If you're using static "variables" rather than placeholders, your DB engine will have to re-parse your statement (with considerable overhead).
I guess you wouldnt really have to worry too much if you've only got a low load application.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Creating Dynamic SQL statements using arrays
by autarch (Hermit) on Jul 11, 2002 at 16:41 UTC |