Julian Davchev wrote: > > string(67) "SQLSTATE[HY093]: Invalid parameter number: no parameters were > bound" >
You have used ? which is the parameter placeholder in SQL, but you have not provided a value for the parameter. I can't guess at a solution because you haven't shown the full SQL query you are trying to form. Regards, Bill Karwin -- View this message in context: http://www.nabble.com/Quesion-mark-breaks-queries-as-it-expects-to-bound-them-tp15586615s16154p15600217.html Sent from the Zend Framework mailing list archive at Nabble.com.
