vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I would like to use your experience on a problem. I would like to execute a statement from within another statement, it seems that it is not possible... 01 prepare STMT1 02 prepare STMT2 03 04 execute STMT1 05 fetch STMT1 06 execute STMT2 07 clean STMT2 08 fetch STMT1 09 execute STMT2 10 clean STMT2 11 clean STMT1 I get a Commands out of sync; you can't run this command now error from line 06 I would like to get your expertise on that matters, what would be a good work around for this? Thank you for your support Alexandre MELARD |
| |||
| UP On 17 mar, 17:06, alexandre.mel...@gmail.com wrote: > Hi, > > I would like to use your experience on a problem. I would like to > execute a statement from within another statement, it seems that it is > not possible... > > 01 prepare STMT1 > 02 prepare STMT2 > 03 > 04 execute STMT1 > 05 fetch STMT1 > 06 execute STMT2 > 07 clean STMT2 > 08 fetch STMT1 > 09 execute STMT2 > 10 clean STMT2 > 11 clean STMT1 > > I get a Commands out of sync; you can't run this command now error > from line 06 > > I would like to get your expertise on that matters, what would be a > good work around for this? > > Thank you for your support > > AlexandreMELARD |
| ||||
| On Thu, 27 Mar 2008 07:27:43 -0700 (PDT), alexandre.melard@gmail.com wrote: > UP Up? What the hell is "up"? -- 51. If one of my dungeon guards begins expressing concern over the conditions in the beautiful princess' cell, I will immediately transfer him to a less people-oriented position. --Peter Anspach's list of things to do as an Evil Overlord |