sqlite tag

49 questions


1 answers
60 views
0
How to get the value of a DB in SQLite on Android as boolean

Is there a way to get the value of the DB from Android to SQLite in boolean? I usually use getString() or getInt(), but is there a method like getBoolean?

2 years ago

1 answers
46 views
0
How do I use a database that exists in Android applications?

I've already created a database with SQLite. I want to use this database file in my Android project. How can I access an existing database instead of creating a new one?

2 years ago

2 answers
105 views
0
How do I use the Android sqlite select statement to call up to the last column?

I'm now using this sql statement to show the data in a list form, but how do I fix this sql statement to show the rest of the data except for the last one in the list?SELECT * FROM + TABLE_NAME+ ORDE...

2 years ago

1 answers
91 views
0
To add a custom function to SQLite

I'm developing an Android app. I want to add a function to SQLite, is it possible to add a new function to SQLite? What should I do if possible?


1 answers
112 views
0
About Android Studio execSQL

I'm making a data storage application with Android Studio sqliteIf you press the input and fix button, the application will endI posted a question here and they told me to check the log.So I checked t...

2 years ago

1 answers
81 views
0
After running the application, enter it in the membership registration box and check the web hosting database, the value is saved to 0. (You have added a PHP file.)

I made a login form by connecting the DB through web hosting, and it works well. After that, welcome, Fan ID. It says 0 in the department of xxxxxxxx. The name and school number are exactly the values...

2 years ago

1 answers
95 views
0
Reactive expo-sqlite is the problem.

Creating an app with react native You have installed expo-sqlite to use client db.I created a db file, put it in the project directory, and entered a dummy record.However, the callback function that d...

2 years ago

1 answers
108 views
0
The difference between ListView and SQLite when you simply want to show Text in a list format

When you simply try to show Text in a list format through EditText, what's the difference between just putting it in ListView and putting it in SQLite to list it?I'm asking you a question because SQLi...

2 years ago

1 answers
77 views
0
Questions about Python DB

import sqlite3import datetimeDT_Now = datetime.datetime.now()Today = {}{}{}.format(DT_Now.year, DT_Now.month, DT_Now.day)information = sqlite3.connect(info.db)curs = information.cursor()def CreateTabl...

2 years ago
« - 5 -

© 2024 OneMinuteCode. All rights reserved.