Skip to main content

All Questions

Tagged with
0 votes
1 answer
115 views

2 tables in one gallery but view different titled columns

Morning all, I am creating an app from 2 SPL. The fist list is an action item tracker, and the second list contains all the updates for those items. (this is to keep all historic updates and not loose ...
Kat Lambourne's user avatar
-1 votes
1 answer
31 views

How do I import updated Wordpress product descriptions?

I have a CSV file with 500 rows and two columns: product id and description. How would I go about updating the descriptions in Wordpress with SQL? I am pretty decent with SQL but not sure what fields ...
Ping's user avatar
  • 291
0 votes
0 answers
97 views

Two duplicate rows | Laravel BUG

it is possible that there are two duplicate rows of my database, exactly identical. In the function I used for its creation I called once $ resource-> save () and a few times $ resource-> update ...
Vincenzo Locatelli's user avatar
0 votes
1 answer
172 views

Migrate database from hybris version to another hybris updated version

i've just finished upgrade in my local env (hybris 1811 to 2105). After compiling and deploy the new version in qas, we've noticed that some things don't work as they should. When i deploy in the ...
Facu Figliuolo's user avatar
0 votes
0 answers
28 views

Symfony existing table error when updating database

I have the database entities in my Symfony application, I have created another table in the database and I want to download it as an entity in my program. When I execute the following line I get that ...
Kimi29's user avatar
  • 43
0 votes
2 answers
238 views

How to update the value to the nested object array in mongodb document?

I have following document on which the update needs to be done. { "_id": "Colorcode_1", "Combination": [ { "color&...
manoj adhikari's user avatar
0 votes
0 answers
66 views

How to tackle this error Microsoft.EntityFrameworkCore.DbUpdateConcurrencyException?

Message: Database operation expected to affect 1 row(s) but actually affected 0 row(s). I am trying to update user info in the database but I get this error. public IActionResult OnPost() { if (!...
Ash's user avatar
  • 1
0 votes
0 answers
75 views

Updating my JFrame when database is updated

I am developing 2 application who are reliated to the same database. I use java swing and I want to update my Frame when the database is updated from the other application. I tried to write my code in ...
Farah Yengui's user avatar
1 vote
0 answers
1k views

Android database (Room) not updating after application update

I'm kind of new to Android development, but I'm taking over some project somebody more experimented than me did. I'm making an application that retrieves data from the internet at startup and creates (...
whiteShadow's user avatar
0 votes
2 answers
206 views

Updating and reverting changes with JPA persistence

I have questing regarding JPA persistence. I want to change values of specific column (for e.g. 1 to 2), and fetch corresponding rows further (which are having column value 2). If other service gives ...
Stephan's user avatar
  • 121
2 votes
1 answer
538 views

Oracle Update Query On Select Query | Error ORA-01733 Virtual Column Not Allowed Here

update( select id, word, status case when sm = 1 and status = 'Renew' then coalesce(lgst, 'Add') else status end as status1, ...
Kunal Vohra's user avatar
  • 2,795
0 votes
1 answer
110 views

Convert Select Oracle Query To Updte for specific scenario

we are using Oracle v12+ we have a situation where we need to update status column to previous value whenever we have first RENEWAL for every code (it is functional ID and has many rows against one ...
Kunal Vohra's user avatar
  • 2,795
-1 votes
2 answers
105 views

Increment my variable in a database with UPDATE in PHP

I get the variable 'stock' from my database. I would like increment my variable with an update with this code: $stock = $_POST['stock'] $nom = 'salade'; $req=("UPDATE ingredients SET stock=$stock+1 ...
mario_nsport's user avatar
0 votes
1 answer
405 views

'Index 1 is either negative or above rows count.' error

I have a form with a datagridview that is connected to a access database. I am having issues to get my update button and my delete button to function properly. I can click a row in the datagridview ...
Simeon EM's user avatar
1 vote
1 answer
135 views

Laravel : How to update boolean value using foreign key in a table

here is my database table I want to work with I want to update the participation column of form_submissions table with boolean 1 by using the user_id here is mycontroller public function update($...
Kaveesha Pathirana's user avatar

15 30 50 per page
1
2 3 4 5 6