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 :
mysql_real_query(mysql, query, strlen(query));

--
Philippe Poelvoorde
COS Trading Ltd.

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to