I am using the "datatables" plugin in a server-side way, it works perfectly but if I add the "select inputs" it does not work for me, just that option.
I got the code from the following link: API link
Here is the Ajax code:
var tabl...
I have a problem and I do not know how to use a scope variable and show it on the map, it does not recognize the location
/**
* Created by gamba on 20/10/2016.
*/
var app = angular.module("mapas",[]);
app.controller("myctrl",func...
I have a small application that connects with postgresql , it stores 2 objects,
Equipment that has three values: store type String , range type String and finally price type int .
To store them, I occupy a type co...
I have problems with a table in my database which was linked to geoserver. The layer was removed from geoserver but the table is still in the database. When you try to delete it with DROP TABLE, the program freezes, in fact just by touching the...
I am consulting several tables, the main table t_persona has 441,153 records and the table t_evaluación has 471,558. The evaluation table can have several times the code of the person since a person can have 1 or more evaluations....
I have installed PostgreSQL 10.5 and pgadmin 4 version 3.2 but when I try to start the pg admin 4 this error appears:
"The application server could not be contacted".
I am working on importing an Excel with the PHPExcel library with PHP in codeigniter.
It has characters like " " , not allowing the insertion to my database with Postgres. This is my function within the model that inserts the records:...
In the current query I have static to 2 columns, but I would like to create columns for each shift that is in another table.
Here the 2 fiddle of what I have:
sqlfiddle and dbfiddle
Update 1 (trying to specify a little more):
T...
I am starting to program in Python .
My first problem is this: I can not connect to the bd of postgres .
The library psycopg2 is not detected by the program pycharm
I downloaded this program, which has been installed...