Changes between Version 9 and Version 10 of Docs/Prog/Manual/ApplicationLibraries/Database/MySQLclient
- Timestamp:
- 02/04/13 09:43:36 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/Database/MySQLclient
v9 v10 58 58 printf("affected %d\n", rows_affected); 59 59 60 if(rows_affected < 1) // SELECT or SHOW will no whave any rows affected, so display query results60 if(rows_affected < 1) // SELECT or SHOW will not have any rows affected, so display query results 61 61 { 62 62 res = mysql_use_result(conn);