Top "Insert-update" questions

A mixed flavour of data entry mode and data modification mode.

PHP PDO simple insert or update function

In trying to create a simple PHP PDO update function that if the field is not found would insert it, …

php pdo insert-update
how to update core data entered values

[newVehicle setValue: _txtFieldVehicleNumber.text forKey:@"number"]; [newVehicle setValue: lblFuelType.text forKey:@"fueltype"]; [newVehicle setValue: lblFuelUnit.text forKey:@"fuelunit"]; [newVehicle setValue: …

ios core-data attributes entity insert-update
Update form in rails - No route matches [PUT]

I have a form to create adverts. Controllers: def edit @engines = Engine.all @car = Car.find(params[:id]) end def …

ruby-on-rails-3 forms routes insert-update
Mongodb Skip() and limit()

I am performing update queries on a mongo collection with a lot of records. So I am using skip() and …

mongodb limit insert-update skip
Rails - User Input for Multiple models on a single form - How

This is basically a nested form question, albeit with only one field that belongs to a parent model. My data …

ruby-on-rails nested-forms insert-update
VBA-SQL UPDATE/INSERT/SELECT to/from Excel worksheet

In a nutshell: I'm making a scheduler for my client and, due to constraints, it needs to be in a …

sql excel insert-update vba
Converting INSERT commands to UPDATE

I have two INSERT commands, that are useless to me like that because the two sets of rows - the …

mysql insert-update
Create new or update existing entity at one go with JPA

A have a JPA entity that has timestamp field and is distinguished by a complex identifier field. What I need …

jpa insert-update
Using insertWithOnConflict for update or insert

I need to insert or update and I found the method insertWithOnConflict of the SQLiteDatabase, but I do not know …

android sqlite where-clause insert-update