in reply to Re: DBI qw(:sql_types) with placeholders versus SQLite3
in thread DBI qw(:sql_types) with placeholders versus SQLite3
Thanks, that solved the problem at hand. So I guess there is no way around creating a large query string on the fly, with or without place holders. I do like the sprintf approach, it is more elegant than the alternate approach which I had in mind.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: DBI qw(:sql_types) with placeholders versus SQLite3
by hippo (Archbishop) on Mar 31, 2024 at 17:01 UTC | |
by mldvx4 (Friar) on Apr 01, 2024 at 11:04 UTC |