Posted by ojorus on 10/19/06 11:17
Hi!
Some questions regarding the mysqli-extension (php5)
1) Prepared statements: If I understand things right, prepared statements
will give better performance if you make several similar querys. (where you
only change the parameters) But what if you do only ONE query; will it then
be usefull to use prepared statements? Can it actuelly give better
performance NOT to use prepared statements in that case?
2) Are there any DISadvantages using the mysqli-extensions?
3) Are there any DISadvantages using prepared statements in general?
Thanks for your replies.
ojorus
[Back to original message]
|