in reply to Perl DBI Mistaking a Number For a String
If any arguments are given, then execute will effectively call "bind_param" for each value before executing the statement. Values bound in this way are usually treated as SQL_VARCHAR types unless the driver can determine the correct type (which is rare), or unless bind_param (or bind_param_inout) has already been used to specify the type.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl DBI Mistaking a Number For a String
by {NULE} (Hermit) on Apr 21, 2005 at 14:03 UTC | |
|
Re^2: Perl DBI Mistaking a Number For a String
by {NULE} (Hermit) on Apr 21, 2005 at 13:51 UTC |