Questions tagged as 'sqlite'

0
answers

Problems with SQLiteHelper

Hello, I have a SQLiteHelper project and I'm having trouble reading SQLiteHelper, the app only runs without it, when I try to use it it gives an error, the application hangs, if anyone can help me find where the error is, thank you.  follow the...
asked by 03.07.2018 / 07:00
1
answer

help with storing value of a local variable in python

Hello, well, I'm writing an application using SQLite and Python, everything was running fine until I had a problem that I can not solve, I happen to have a db of fipe, so I need to load 3 combobox with brand, model and year , then I decided to do...
asked by 02.07.2018 / 04:43
0
answers

How to store image in SQLite?

I have an app with product registration that has 3 EditText and 2 imageView. I am trying to save these values in SQLite but there is something wrong because it does not give error but also does not save, it follows the code. mBtnAdd.setOnCl...
asked by 06.07.2018 / 05:44
0
answers

Select android error

I'm not able to return the value inside my arry always returns 0 Class Read public class Read { public ArrayList<RespostasAguaCasa> getLista() { SQLiteDatabase db = Maindb.getInstancia().getReadableDatabase(); String query = "SELECT...
asked by 07.07.2018 / 17:16
1
answer

Alternative to SQL Server Compact Edition

Up to the older versions of Visual Studio, the option to create a local database ("Local Database") was available. However, in the 2017 version, there is no longer this possibility. Apparently Microsoft would be removing support for it. Would...
asked by 24.06.2018 / 16:49
1
answer

Android: How to create an external Sqlite database dynamically?

I have been thoroughly researching on this and all the examples I found and tested did not work. To leave the code more organized I would like to do this using the OpenHelper class but I have already tested the openOrCreate () method on both Ope...
asked by 18.06.2018 / 20:18
0
answers

Is giving error when I try to insert into my sqlite + java database

package Contas; import java.sql.PreparedStatement; import java.sql.SQLException; import java.util.Scanner; import javax.swing.JOptionPane; import BancoConexao.Banco; public class ContaCorrente extends Conta{ public ContaCorrente(int NumCo...
asked by 08.06.2018 / 15:04
1
answer

Help Android Database Locked (code 5)

I'm having an Android Database Locked error (code 5). I've tried all the possible solutions found in Google and nothing solved. I have a DatabaseHelper class that has the database connection control and is extended by all classes that have trans...
asked by 01.06.2018 / 19:42
0
answers

Ionic - error (undefined) Area name

Every time you run this line this.toast.create({message: 'Você errou, a area correta é ${this.processo.NOME_AREA}',duration: 3000,position: 'top'}).present(); The value of the area is appearing as undefined My component: import...
asked by 25.05.2018 / 23:43
0
answers

Error: Uncaught (in promise): TypeError: Can not read property 'NAME' of undefined TypeError: Can not read property 'NAME' of undefined

Giving this error guys    Error: Uncaught (in promise): TypeError: Can not read property 'NAME' of undefined TypeError: Can not read property 'NAME' of undefined My Component: > import { AreaProvider } from './../../providers/area/ar...
asked by 25.05.2018 / 03:07