Search code examples
How to return an indication of successful deletion from a CodeIgniter model method...


phpcodeigniterreturnrows-affected

Read More
CodeIgniter model method returns true indicating success, but does not affect the database...


phpcodeignitersql-updatesql-insertrows-affected

Read More
How to check if CodeIgniter's update() call successfully affected any records...


phpcodeignitersql-updatequery-builderrows-affected

Read More
codeigniter db->delete() returns true always?...


phpcodeigniteractiverecordsql-deleterows-affected

Read More
CodeIgniter check if query succeeded...


phpcodeigniteractiverecordsql-updaterows-affected

Read More
Check if db->update successful with Codeigniter when potentially no rows are updated...


phpcodeigniteractiverecordrows-affected

Read More
Getting the number of affected rows for a SQLite statement using the C API...


csqlitesql-deleterows-affected

Read More
Determine if CodeIgniter update query successfully affected any rows...


phpcodeignitersql-updaterows-affected

Read More
Why affected_rows always returns -1?...


phpmysqliprepared-statementrows-affected

Read More
How to get number of affected_rows in mysqli OOP? Mysqli OOP affected_rows returning -1...


phpmysqlirows-affected

Read More
How to return number rows affected on multiple inserts with Mysqli Php?...


phpmysqlmysqlisql-insertrows-affected

Read More
Count number of affected rows over several queries passed to MySql in java code...


javamysqlprepared-statementrows-affected

Read More
php mysqli affected_rows...


phpmysqlirows-affected

Read More
mysqli_affected_rows return -1 but update query is successful...


phpmysqlisql-updaterows-affected

Read More
PHP mysqli affected_rows method seems to have a bug...


phpmysqlirows-affected

Read More
Differentiate between 'no rows were affected' and rows succesfully UPDATEd--to same value (M...


phpmysqlpdoon-duplicate-keyrows-affected

Read More
MySQL ROW_COUNT() not working in Prepare statement...


mysqlstored-proceduresrowcountrows-affected

Read More
PHPMyAdmin CSV LOAD DATA affected rows not showing...


mysqlphpmyadminload-data-infilerows-affected

Read More
The number of changed rows (rows affected) is always 1 with SQLite (Android)...


androidsqliterows-affected

Read More
PHP sql_srv_rows_affected to return multiple outputs...


phpsql-serverrows-affected

Read More
PHP affected_rows returns negative 1 (-1)...


phpmysqlirows-affected

Read More
What is Oracle equivalent of mysql_affected_rows?...


phpmysqloracle-databasevariablesrows-affected

Read More
CDbCommand::createCommand() returns zero affected rows inside migration...


sqlyiidatabase-migrationrows-affectedyii-migrations

Read More
MySQL no affected rows upon UPDATE when value not changed...


phpmysqlsql-updaterows-affected

Read More
mysql insert on duplicate key update, check which one occurred...


phpmysqlunique-keyrows-affected

Read More
How to determine if a MySQL update query succeeded when the data passed in the query is the same as ...


phpmysqlerror-handlingrows-affected

Read More
How to determine if MySQL UPDATE actually matched any rows with WHERE clause?...


phpmysqlrows-affected

Read More
MySQL get all affected rows for multiple statements in one query...


phpmysqlrows-affected

Read More
Determine if SQL UPDATE affected individual JOINed tables...


phpmysqlrows-affected

Read More
Getting the affected rows when altering a table in mysql...


mysqlreportconstraintsunique-constraintrows-affected

Read More
BackNext