Questions tagged as 'sqlite'

1
answer

Could not read row 6, col 6 from CursorWindow. (ANDROID)

Good morning I'm trying to fill in a two-dimensional array, with data from my DB SQLite. But the following happens: It's my first time with SQLite, by the way, and I was trying to find out if there was something like a "Result Set" or a "D...
asked by 07.11.2017 / 00:10
1
answer

SQL: consult and compose result

Good, I'm trying to make a query for SQLlite, in it I have a table from which I refer to three other tables called Statu_Actual similar to the following table. tabla: *Statu_Actual* id_Puesto | id_Clientes | id_Vhiculo | Status 1 1...
asked by 30.10.2017 / 04:25
1
answer

Error when inserting new record in BD

I have a problem which is that I try to run an SQL statement from my program and it fails 95% of the time, and try to execute the statement from the SQLmanager and it works, try to find out if the connection to the DB was closed during the execu...
asked by 02.10.2017 / 12:21
0
answers

how to insert a blob field in sqlite

I want to insert in sqlite a blob field from console I'm working on android I try to use this (I give a simple example) Person table (storage database) id - identification field name - text photo - blob and I try to insert in this wa...
asked by 30.09.2017 / 23:38
1
answer

I want to give some variables the value of elements of a sql table in python

I'm new to Python and I'm trying to create a POS application, but I'm left blank, because I do not know how to solve this. I want the variables nombre and precio to have the value of the table productos and save them in a...
asked by 16.09.2017 / 11:40
0
answers

Make CRUD with Python to SQLite

I'm developing a simple script to download some data to a DB what I have is this: { import sqlite3, time print "Sistema Cargas minutas" print "Version 0.1" conn = sqlite3.connect('db_pagos_minuta.sqlite3') cur = conn.cursor() salir = 's'...
asked by 12.09.2017 / 14:25
0
answers

Android studio - Application closes when I try to access a server bd

I'm working with android studio , create an application which allows me to read data from a database on a server and load the data into the sqlite database that has android . When I do it in my genymotion emulator everything is fine, I ha...
asked by 13.07.2017 / 01:30
1
answer

use nested $ http requests angular 1

Hello good morning I have a project with Ionic 1 where I have to make different queries and many requests in a single click (when synchronizing) where I get a list of people first and the result I get I am consulted all your data and at t...
asked by 14.07.2017 / 17:01
1
answer

Can you update records in sqlite on all devices that have the app installed?

I'm doing a project in Android Studio using a sqlite database and I want to know if after installing the app on several devices, can you update the data in that database so that all the users that have installed the app can perceive those change...
asked by 06.06.2017 / 18:42
0
answers

Android Error: Execution failed for task ': app: mergeDebugResources'

I get this error:    Error: Execution failed for task ': app: mergeDebugResources'.       Error: java.util.concurrent.ExecutionException:   com.android.ide.common.process.ProcessException: I've tried tested Clean project y Rebuild pro...
asked by 06.06.2017 / 18:39