in reply to Interpolating DBI/SQL placeholders
In DBD::Sybase you could work around this by creating a stored procedure that runs your query, and then calling the proc with placeholders (and the appropriate parameters). I don't know if DBD::ASAny supports this.
Otherwise, your current code should work correctly, albeit with direct interpolation which may have certain issues (security, in particular, in case of quoting errors).
Michael
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Interpolating DBI/SQL placeholders
by abclex (Monk) on May 11, 2004 at 12:05 UTC |