All Questions

1
answer

Trigger in SQL server

I wanted to do a query of triggers in SQL Server. I do not know if it will be complex but I am needing to solve the following: The LINKED CASES column I need to be a field calculated through the execution of a trigger, every time a record is...
asked on 16.06.2016 / 11:53
1
answer

Error copying a file in java

What I'm trying to do is copy the image inside the directory directory but when I execute the method, nothing happens but the directory becomes an arhivo that I have to do to make it work for me. public static void copyFile(String origen, Stri...
asked on 15.06.2016 / 12:56
4
answers

remove label input / with AJAX

I have several inputs that I charge with a foreach with Razor. <table class="table"> @foreach (var item in Model.Municipalities) { <tr> <td>...
asked on 14.06.2016 / 15:06
2
answers

Problems when trying to send A request to my web server, from an app created with Ionic Framework

I have a problem with app híbrida , I have two input fields where I put username and password and that sent it to a URL in which is the script PHP hosted (web server that is free) and that request is blocked. From what I h...
asked on 31.08.2016 / 01:23
2
answers

Activators in Apps Scripts [closed]

I know that using Google Apps Script you can configure an activator, so that it runs every so often, but I would like to be able to configure it from the code. They will ask themselves why, well, I made an application for my work that has a p...
asked on 20.06.2016 / 20:40
1
answer

I have this Error Code: 1241 Operand should contain 1 column (s)

I can fix this problem with some help, the error I get when executing the main stored procedure. Main procedure DELIMITER $$ USE 'dbinterfaces'$$ DROP PROCEDURE IF EXISTS 'SP_InsertarFactura'$$ CREATE DEFINER='root'@'localhost' PROCEDURE...
asked on 15.06.2016 / 01:31
2
answers

Is it possible to run a servlet from a Thread class?

I'm doing a web application with JSP. This application has to show the result of a query in a table. The difficulty is that this has to be shown when the application is opened (url), without pressing any button. I thought about doing a Thread th...
asked on 14.06.2016 / 20:57
1
answer

Invalid type error

I wrote this code: import random continuar=1 while continuar ==1: print("Bienvenido a mistermind") print("Elija el nivel de dificultad (1=facil, 2=normal, 3=dificil") dificultad=int(input("escoja el nivel de dificultad: ")) i...
asked on 10.07.2017 / 16:28
1
answer

add dynamic rows to a table with data from another table

Good morning, I need help to do the following: I need that from a modal with a table of data (extracted from my database), they are added to another table, dynamically. This is the design of my modal, showing information from my database:...
asked on 19.06.2016 / 13:53
1
answer

How to perform cleaning every first Monday of every month? [duplicate]

Hi, I've been working with the mysql event scheduler and everything is fine with the sentences but I really do not have a lot of time with the planner to do the basics and investigate how to do a function that runs only on the first Monday eve...
asked on 06.07.2017 / 20:46