Skip to main content

All Questions

Tagged with
0 votes
1 answer
120 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
98 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
173 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
239 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
211 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
541 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
411 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
137 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
3 votes
1 answer
5k views

Is there a way to check the database version in a flutter app using sqflite?

I am pretty new to flutter and I have some questions about how database version control works for these apps with sqflite. I have made a database file in my assets folder that is copied onto the ...
varmkun's user avatar
  • 157
0 votes
2 answers
2k views

Update multiple hyperlinks at once in Microsoft Access

I have thousands of rows in my Microsoft Access DB and I would like to update all values in the column "Documento_Digitalizado". Values in this column are raw text that must be updated to be an ...
Adrian Danlos's user avatar
0 votes
2 answers
84 views

How to update field in database from controller

I have a user who must complete a field without to be logged in. The field is a email_field. The database have two field : user email and a user_id the user_id is received it from a webhook so I need ...
Dam76's user avatar
  • 15
-2 votes
1 answer
43 views

getting issue in update query in laravel

Guys i am facing an issue in laravel on update i want to update 2 values in single column but its update only one value i want to update both values please help also please see my code and image link ...
digi soft's user avatar
1 vote
1 answer
463 views

Database migration with kubernetes helm deployement

I have a problem with my database migration inside kubernetes. Actually, i execute an initcontainer script when my pods started. But this process is very long (10minutes). When i kill my pod, this ...
DevOpsAddict's user avatar
1 vote
1 answer
3k views

How to pass table name a parameter in Azure data factory

I'm a new user in the Azure data factory. I tried to perform copy activity in between Azure database as the source and Azure data warehouse as a target . In that, I am not able to perform an update ...
Eldho Baby M's user avatar
0 votes
0 answers
38 views

How do I update the filed of date while I have an text view in activity

My question is I need to update an entry from the database which is of type "date". When i created a new activity called update activity in which I used edittext as to stored the updated date. Now I ...
Naman Sinha's user avatar
0 votes
0 answers
525 views

Real time data update with postgresql

I want to make multiple query in a database at the same time in same database with real time update. Like, google map the location of person update all time. Is it possible with postgresql?
Woshikuzzaman Anik's user avatar
1 vote
2 answers
107 views

How to update an entity in Entity Framework?

When I update this entity I get this error: My Class for database is different with my class in viewmodel but I convert it. Please help me and send me the correct code. Thanks My error: ...
Mahdi Anjam's user avatar
0 votes
0 answers
35 views

Issues with Access Database 2000 using Access 2016

First of all, I'm really a begginer to Access. I have basic knowledge about databases ( running on SQL mostly ), so thanks for dumbing down the answers a bit. The company I work for created a ...
A.Desert's user avatar
2 votes
1 answer
2k views

What will happen when i update table with same values again and again?

What will happen when i update table with same values again and again? Ex : update tblExample set Col1 =1214 where Id=17 lets assume i keep updating this record with same value without changing ...
Swapnil Jadhav's user avatar
1 vote
1 answer
160 views

Identity server 4- Programmatically create clients & resources using the config

I follow this tutorial from Scott which worked, until the point when I change in my Config file some user details but those are never update in my database. What should I do in order that all my ...
Alexandra Damaschin's user avatar
1 vote
1 answer
2k views

How do I refresh a tab control page after a database update

Using Visual Studio community 2017, winforms, C# and MySql DB. I have a tab control page that displays the playlists created from the DB. When I delete a playlists, it's removed from the DB, but is ...
Michael Lambert's user avatar
1 vote
2 answers
72 views

JOIN and UPDATE a MySQL record with an ID from another table?

AdminTable ---------------------------- ID | Start Date | LoginID ---------------------------- 3 | 10/11 | 28 4 | 12/12 | 89 5 | 13/13 | 74 ---------------...
baconLikeTheKevin725's user avatar
1 vote
0 answers
372 views

how to update data in sqlite database in android

I have a problem in the database program please guide me. I created a database manually and copied it to the assets folder and runs all parts of my program, but I do not know how to complete the ...
alirezaghasemi's user avatar

15 30 50 per page