I am doing a WS , where I make a query to the database, as the database to which I made the query is Informix , the connection was made through ODBC , the problem that I have is when creating the json due to the variabl...
I have a problem with the jquery flot extension, because I have to transform it into a two-dimensional array or with this format [[0,0], [0,0]], at the moment only for normal arrays, and I also know how to do this format, which in essence is the...
I am making a listview through a json that I bring from a server. The detail is that I can not pass my data to listview in this function I try to save them from there to move them to listview
public ArrayList<String>...
My question is this: How can I convert the result object to a list (array) in Java ?.
The JSON is something like the following:
{
"order_id": "12345",
"paging": {
"total": 41,
"offset": 0,
"limit":...
My query is to know how I can pass a ResultSet from SQLServer to JSON, since I am working with JavaScript libraries (ChartJS) to generate graphics for a dashboard and it only reads data in that format.
package DAO;
import conexion.Conexion;
i...
I'm creating a website with Bootstrap . Initially when loading the page I use PHP to insert the results in the cells of the table. So far so good.
Then I use a button with a modal menu of Bootstrap which has a series of fields that are i...
I have a problem downloading a file with Internet Explorer in any version. My problem is that I receive an array of bits from my controller which I receive in JSON and I download it from javascript .
Note: I do not have...
I have an error of: data [key] .forEach is not a function. but it is totally random, sometimes perfectly executes others not.
This is my code:
<script type="text/javascript">
$(document).ready(function() {
var table = $('#example'...
I need to convert an array of strings that I get from an xml, into a json file and then save it in a sqlite database.
I have this code:
do {
let jsonData = try NSJSONSerialization.dataWithJSONObject(dictionaryOrArray, options: NSJSONWrit...