Subject | bind_args and null? |
---|---|
Author | Alan McDonald |
Post date | 2004-01-20T11:38:05Z |
How do you assign null values to parameters in this context
$sth = ibase_query($dbh, "SELECT INS_OK FROM MEMBERS_I(?, ?, ?)",
@$HTTP_POST_VARS["mobile_ext"], null, @$HTTP_POST_VARS["email"]);
The null seems to not camoe across and there is a parameter argument number
mismatch.
? thanks
Alan
[Non-text portions of this message have been removed]
$sth = ibase_query($dbh, "SELECT INS_OK FROM MEMBERS_I(?, ?, ?)",
@$HTTP_POST_VARS["mobile_ext"], null, @$HTTP_POST_VARS["email"]);
The null seems to not camoe across and there is a parameter argument number
mismatch.
? thanks
Alan
[Non-text portions of this message have been removed]