Questions tagged as 'sqlite'

0
answers

How to show image saved in Sqlite in a listview

I'm new to this, and watching tutorials and videos, I managed to make a sqlite database to save the data of my favorite series. What I keep is a field with the name of the series, another with the season, another with the chapter and an image of...
asked by 05.03.2018 / 23:31
0
answers

Why does data.rows.length return 0 when making an insert in a BD SQLite?

I'm having problems inserting data into a SQlite database on Ionic 2. basically I do not know if it's really inserting me. This is the method of the creation I insert test = "prueba"; initializeDatabase(){ return this.sqlite.creat...
asked by 25.02.2018 / 15:23
0
answers

Syntax error in SQLite with Rails ActiveRecord :: StatementInvalid

Start in the development of a small project to learn Ruby on Rails, I started with a small tutorial in which I do a Resources to insert data to the BD through a form, the point is that I get the following error : ActiveRecord::StatementInvalid...
asked by 27.02.2018 / 17:38
0
answers

Install SQLite extension in Yii2

Good day I am trying to connect my application in Yii2 with a database in SQLite but I present this error: The configuration for the "db" component must contain a "class" element. This is my configuration file return ['components' => [...
asked by 23.02.2018 / 19:28
1
answer

Connect Yii2 with database in SQLite

I'm trying to connect my application in Yii2 with a BD in Yii2 so far this is the configuration I have in my .db file return [ 'class' => 'yii\db\Connection', 'dsn' => 'sqlite:' . __DIR__ .'/../../softwareoperac...
asked by 23.02.2018 / 06:27
0
answers

Databases in IONIC with MySQL

I am looking for information on the topic of access to data from Ionic 3, and I do not get it completely clear. You see, I have a web application, which is supported by a MySQL Database by phpmyadmin (relational). What I want to do is an app, fo...
asked by 13.01.2018 / 12:49
0
answers

How to call TextView from ActivityDataSource

I have a query to see that the article code is not repeated but I can not find a way to call the TextView of the other class'introduce the code here. I tried to do the query in the Activity but I can not call dbRead (SQLiteDatabase) public boo...
asked by 18.01.2018 / 20:48
0
answers

Display data from a table in Android Studio

I would like to list the data of my table but I do not get it. I do not know if my query is wrong, I have looked through all the forums and can not find anything Class List public class Lista extends AppCompatActivity { ListView lv ; ArrayL...
asked by 24.11.2017 / 23:58
1
answer

How do I use WHERE with dates? SQLite

The question can surely sound very noob. But hey, it turns out that I want to execute a simple where with dates. I tried everything (until I changed the column from type DATE to type TEXT) and I still have no results. Cursor curs = admin.sele...
asked by 24.12.2017 / 22:09
0
answers

Android - Show Current Date in my Android Studio Activity and send it to SQLite

Greetings friends how are you, I would like to see if you can help me with this detail for my class I have my activity ready and I am creating my java class to show the date and time and also enter a data of an event Code below...
asked by 28.11.2017 / 08:14