Skip to main content

All Questions

Tagged with
29 questions with no upvoted or accepted answers
2 votes
0 answers
3k views

Laravel 4 - A four digit year could not be found Data missing

I'm trying to update some data and I'm having the next message: A four digit year could not be found Data missing In this form, I have some data that I want to update in my 'Actividad', so I have ...
JaviZu's user avatar
  • 497
2 votes
0 answers
1k views

How to update production database with development one?

I have built a web app using MySQL and php and I'm at the moment trying to figure out the best approach to make a script to automatically update the customers based on the new changes on my ...
Aramil's user avatar
  • 411
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
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
1 vote
2 answers
270 views

Store user data in database separately

What is the best practice to store user data separately from the actual app data? The user data is a statistic and it will be collected during app usage. The database must be always updated but I have ...
Sam Joos's user avatar
  • 450
1 vote
0 answers
1k views

Best way to manage iOS app and database updates

I'm developing an iOS app that makes use of an sqlite database directly, without using Core Data. I've the tables for the database defined in a file that I read to copy the database to Documents the ...
AppsDev's user avatar
  • 12.4k
1 vote
0 answers
65 views

Strategies for finding updated entries in an eventually consistent database

If I have a bunch of entries stored in an eventually consistent database, are there any standard strategies for how I go about reliably finding modified entries? Of course they will only be found "...
Markus A.'s user avatar
  • 12.6k
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
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
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
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
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

15 30 50 per page