All Questions

1
answer

I can not access subfolders in Apache

I have installed Apache and php manually, I am using these working directories DocumentRoot "c:/Server/Apache/www/" <Directory "c:/Server/Apache/www/"> When I put a index.php file in the www folder, I can view the page f...
asked on 01.10.2016 / 17:01
1
answer

MySql tour of a CURSOR

How a CURSOR is run on MySql, that is, having the following code: DECLARE lc_prod CURSOR FOR SELECT pedi_prod_clave, prod_descripcion, SUM(vaca_toneladas) vaca_toneladas FROM scc_vales_carga, scc_pedidos, scc_productos WHERE vaca_tavi_numer...
asked on 04.10.2016 / 16:53
1
answer

jquery DataTables.js can display a table vertically?

I am working with jquery DataTable but I must show my table vertically, that is, the columns as rows, for example:     
asked on 05.10.2016 / 16:38
5
answers

How to send data from a modal bootstrap dialog to a table in mysql?

I have a table in mysql called jobs that has three fields (Job_id, Job_Name and Cost) which has data and I show them in this table in html Now what I want is that when selecting edit, I can modify the name and the cost and that this cha...
asked on 05.10.2016 / 17:32
4
answers

return error message with "Throw Exception" or "Return"?

Hello, the question arose to me, which is the best way to return a message in the event of an error? Throw Exception: try { ....... return cargarPersonas; } catch(Exception e) { throw new Exception("Mensaje.", e); } Return: try...
asked on 28.09.2016 / 20:45
2
answers

how to make a call with a predetermined number or name?

I want to make a call and that the person who receives it appears another number to the current one, now that I only make the call, I need to pass as a parameter a name or number so that it appears to the person receiving the call, currently thi...
asked on 03.10.2016 / 23:00
2
answers

can members of an object defined as a parameter be accessed in a generic function?

Good morning I am creating a method member of a class, that allows me to receive an object and save the information of the object in a file. MyClase::guardarDatos(Objeto a); Specifically, I need to save three objects that are derived fro...
asked on 28.09.2016 / 19:34
1
answer

error when publishing Azure site

Create an application with the WebAplication template of Visual Studio 2015 with MVC, it handles the Scripts and CSS by bundle, it turns out that When I publish in Azure I do not load any style, I could not make it published correctly....
asked on 30.09.2016 / 14:04
2
answers

Delete fields with Javascript

I want to remove field by field but it removes all fields and blocks adding var nextinput = 0; function AgregarCampos() { nextinput++; var campo = '<div class="row"><div class="col-xs-4"><p><input type="text...
asked on 30.03.2017 / 20:37
1
answer

Problem to Build Create an Android Studio SQL Query Class

My problem today is that you have been developing an APP that has a Login, a Maintenance Products (To say more), everything with the SQL database engine already create the login all Ok, do the procedure of a normal log with user and pass, als...
asked on 06.10.2016 / 13:09