There should be no problem with something like:
Unless your database prevents having multiple statements at the same time.sth1 = prepare select sth1->execute sth2 = prepare select sth2->execute sth3 = prepare insert while () { sth1->fetch sth2->fetch sth3->execute } sth1->finish sth2->finish sth3->finish
In reply to Re^3: sqlconnection question
by busunsl
in thread sqlconnection question
by grashoper
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |