Questions tagged as 'update'

1
answer

Android studio updated and has problems to "run" the apps?

a few days ago update Android Studio, the updates were downloaded, they were installed correctly, all right but running the app has errors: sometimes this Failed to find byte code for javax/naming/spi/ObjectFactory or avaces this F...
asked by 10.04.2018 / 17:55
0
answers

Concatenate results of last numFile (id) registered and another update field

I need to know how to concatenate results obtained after a insert and update a field, with the information ... The insert, the isset and others work correctly, all I want to do is after if ($result > 0) . In $query2 I'm...
asked by 04.01.2019 / 19:08
1
answer

You doubt about trigger to update a field in the same table that triggers it

I have created a trigger that triggers when I modify the value of a record of a table, in this case the number of components that I have in the company. That is, the trigger only allows me to modify this amount if the new value is...
asked by 17.11.2018 / 11:21
1
answer

Do a Trigger updating a field with UPDATE and with DELETE

I have a table called City: CREATE TABLE dbo.Ciudad( Id varchar(36) NOT NULL, DptId varchar(36) NOT NULL, Nombre varchar(40) NOT NULL, Version Timestamp NULL, CreatedAt datetimeoffset NULL DEFAULT...
asked by 26.10.2018 / 21:28
2
answers

Update on laravel

I am new using laravel and would like to know how to pass the following query to laravel UPDATE users INNER JOIN tm_employee ON users.id = tm_employee.UserId SET users.groupId = '' WHERE tm_employee.id = ''     
asked by 23.10.2018 / 22:30
0
answers

Make an update to fill in missing fields in a BDD table

I need help to update and fill data in my database, I have a form and its corresponding PHP code, I want the user who is logged in to change his data only (I have a Session page) My form is: <FORM method="post"> <P>Pais:</P...
asked by 04.07.2018 / 05:29
1
answer

Update statment mysql php row in database

Please could you help me what is the error in the following php code to update a record where the record mail is taken in the database ... when executing it I jump to the automatic error "noUpdate". I appreciate your help so that the sentence is...
asked by 01.06.2018 / 05:58
1
answer

PHP / MySQLI Syntax Error

What happens? I think it's well built, but obviously something is missing. Name of the Table: citas Field Name: idcita, horacita, diacita, asuntocita    Query Error 1064 You have an error in your SQL syntax; check the   ma...
asked by 14.11.2018 / 15:17
1
answer

Update column A in table X based on the value of column A in table Y

On a SQL server 2012 I have to do a massive update (record by record) of a column A in table X based on the value that same column has in table Y. The key is a serial number, How can I do this?     
asked by 20.12.2018 / 21:18
2
answers

How to update a float or int field of an entry? - Django

Hello friends, sorry for the inconvenience, but I want to update a Float field in my database but I get errors that can not. My model is as follows: models.py class Model1(models.Model): user = models.ForeignKey(User, on_delete=mod...
asked by 25.08.2018 / 05:48