Re: difference mysql_query and mysql_real_query

2005-08-05 Thread Philippe Poelvoorde
Afivi Andri S wrote: need help... what is the different between mysql_query and mysql_real_query, is it about speed or stable? header are int mysql_query(MYSQL *mysql, const char *query) int mysql_real_query(MYSQL *mysql, const char *query, unsigned long length) and mysql_query is in fact :

difference mysql_query and mysql_real_query

2005-08-05 Thread Afivi Andri S
need help... what is the different between mysql_query and mysql_real_query, is it about speed or stable? and how to use mysql_use_result ?