Skip to main content

All Questions

Tagged with
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