Questions tagged as 'update'

2
answers

APK update outside of Google play, error: android.os.FileUriExposedException:

I have problems with updating the apk ; what I tried to do 1st download the information of a txt hosted in dropbox and compare the version data. If there is an update, you should download the file. The problem that the log reports to me is:...
asked by 30.10.2018 / 01:34
1
answer

# 1241 - Operand should contain 1 column (s)

I have 2 tables one with the general data of Routes and another of Inscriptions of each partner, I want to update the table Routes with the sum of two fields of the table of Registrations and I get the error:    # 1241 - Operand should contai...
asked by 15.06.2018 / 01:40
1
answer

Update field of a table with the value that same field has in another table

I have a table of items to sell ( ARTICULOS_TBL ) that I sort in a field of that table by family (field CODFAM ). That is to say, it is the case that there are a large number of articles that belong to the same family. In total there...
asked by 02.10.2018 / 13:21
2
answers

Validations in SQL

I have the following problem, I have a web application, in which I fill a form in which an image is attached (in sql I only save the name of the image and then open it in another form), when updating the record, if the image is not updated the S...
asked by 18.05.2018 / 17:44
1
answer

ORA-00928: in MERGE

Good morning, I am trying to update records from a CTE, however I am getting error ORA-00928: I think I'm not missing anything, however, I can not get the update to run. I attach the code that I am making. I hope you can guide me about...
asked by 10.07.2018 / 19:15
1
answer

Update does not update table

Good to execute my code I can not change the value in database. Modify.php include ("conexion.php"); $usuario="jose"; $linku= $_POST["linkm"]; $db = mysqli_select_db( $conexion, $basededatos ) or die ( "Upps! Pues va a ser que no se ha...
asked by 16.10.2018 / 02:46
2
answers

How to filter the last entry registered by your user id - Django

Hello friends, I'm new to django. I would like to make a query to update the number field. What I want to do is filter by the user and filter by the last entry of that user, and then update the number field. The querysets I know are the fo...
asked by 23.08.2018 / 06:42
1
answer

Attempt to assign property

Friends, you could guide me with this problem that I have, I am receiving an array, but when I want to update the data to my base it throws me the following error:    Attempt to assign property 'stock' of non-object My code is as follows:...
asked by 02.08.2018 / 18:32
1
answer

Change the data I receive by POST from a modal

I'm with the edition of the orders through modal and AJAX. The problem is that in the order table the "Product" field is a number, but in the modal I get the name of the product, eg: Diode Laser "thanks to a query that you make to get the nam...
asked by 12.09.2018 / 08:11
1
answer

I do not update with Update

I am trying to modify a password based on a textbox. Pass the code but do not update the database. string conexion = "Data Source=(LocalDB)\MSSQLLocalDB;AttachDbFilename=|DataDirectory|\Resources\Atreus_bbdd.mdf;Integrated Secu...
asked by 14.08.2018 / 08:48