Questions tagged as 'sqllite'

1
answer

Problem with SQLite query

the query I want to make is about the selection of a song with certain specifications, to make a playlist, it is generated as the songs are played, the query is something like selecting the next song. In the table I have a logical data like, "re...
asked by 20.11.2017 / 13:34
1
answer

Select and Update in SQLite with Android

I try to save some data in SQLite database and then show it in an activity but for some reason I do something wrong. "BD" activity: public class BD extends SQLiteOpenHelper { String sqlCreate = "CREATE TABLE jugador (codigo INTEGER PRI...
asked by 21.04.2018 / 09:10
1
answer

Error Could not read row 0, col 5 from CursorWindow sqlite CRUD

I was starting my app to make the connection and return the list with the data of the object and throws me that error some solution to be able to continue with my app? 2018-11-11 22: 04: 55.122 4942-4942 /? E / AndroidRuntime: FATAL EXCEPTION...
asked by 12.11.2018 / 02:20
0
answers

I do not know how to edit with an SQL Lite base on Android

I am trying to make an application in which one of the sections I have done an "Edit" button which I want to edit a "recipe" of the database. I have tried and I do not know very well how to do it (I am learning). Haber if someone gives me some l...
asked by 24.11.2018 / 12:21
0
answers

For what they are and how to run files ProjectSettings.json, VSWorkspacestate.json and slnx.sqlite

I have a concern, send me on a Java project. A folder with name VS and with files ProjectSettings.json, VSWorkspacestate.json and slnx.sqlite. But I do not know how to add them to a Netbeans project to run the project.     
asked by 16.07.2018 / 18:47
0
answers

Registration and login form using SqlLite

Good morning I have a problem with a login in Android Studio, I have my form and it works correctly. Now I want the name and password that you enter in the registration form to work for me to enter the app this is my login code public...
asked by 01.11.2017 / 23:06