Changes between Version 9 and Version 10 of Docs/Prog/Manual/ApplicationLibraries/Database/MySQLclient


Ignore:
Timestamp:
02/04/13 09:43:36 (12 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/Database/MySQLclient

    v9 v10  
    5858        printf("affected %d\n", rows_affected);
    5959
    60         if(rows_affected < 1) // SELECT or SHOW will now have any rows affected, so display query results
     60        if(rows_affected < 1) // SELECT or SHOW will not have any rows affected, so display query results
    6161        {
    6262                res = mysql_use_result(conn);