Questions tagged as 'transacciones'

1
answer

HibernateException: getCriteriaBuilder is not valid without active transaction

I am developing a Java Web application with Spring MVC and Hibernate, I am new in the development with these frameworks and I am trying to list some records but I get the following: org.hibernate.HibernateException: getCriteriaBuilder is not v...
asked by 01.08.2017 / 00:05
1
answer

How to make smooth transitions with vue js

I try to make transitions between components in vue js what I try is to make a type of slider with a form, each side is a component and pressing continue changes the component to the right and if they press backward it goes to the left. are t...
asked by 11.10.2018 / 16:56
2
answers

Codeigniter transactions with multiple functions

I need to add a product in the "products" table, once the product has been added, return the product ID, then I need to add the details of that product in the "details_product" table In the official page of Codeigniter they show how to do it...
asked by 21.06.2017 / 15:05
0
answers

TransactionRequiredException exception when executing an update: javax.persistence.TransactionRequiredException: Executing an update / delete query

I am trying to execute an update query to a database with hibernate but it turns out that it shows me the following transaction exception and does not update me. I'm working with jboss, hibernate. I've tried to follow up with transaction, begin,...
asked by 02.11.2018 / 21:28
0
answers

SQL Server Transaction insert object list?

I would like to be guided, I have a stored procedure in a transaction that does the following: The Sales table has a trigger that triggers when the "ProductId" column is changed, this to record the changes made in the "Sales" table in a blog...
asked by 04.08.2018 / 02:01
1
answer

Register data from nested tables with transaction VB.NET

My problem: I have a database and several related tables, inside a button I want to add more than two tables instantly in nested form: I explain: (In this example) I have a main and a secondary table, they are related, and what I want to d...
asked by 23.07.2018 / 23:34
0
answers

transactions in PHP

I currently have a function that eliminates all the information about a problem in different tables with this code: function eliminar_ejercicio_por_id($idproblema){ $conn = db_connect(); $query = "DELETE FROM activacion WHERE idproblem...
asked by 09.03.2018 / 03:10
0
answers

KEEP IDENTITY IN MY DATABASE

I am developing a management project for a toy store and I have had problems when implementing transactions and it is that when I make a bad insertion of a stored procedure (by the way) my transaction does not display anything ... So I thought a...
asked by 05.11.2017 / 05:49
0
answers

Problem with TransactionScope .Net SqlServer

Usually I use TransactionScope for my developments but in this case I find something strange. I have to update in the tables of Order headers and order lines the delivery date when the user makes a reading of the barcode of the document in quest...
asked by 22.02.2017 / 08:09
1
answer

UPDATE with INNER JOIN in Mysql

I have this database schema for an electronic calendar. I have a table of events and one of equipment which is a many to many relationship. Once an event is deleted, I need to change the status of the equipment (eg, projector, notebook, point...
asked by 13.12.2016 / 14:49