Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 0
0 answers
33 views

I am a PHP dev, to create database and create table I use phpmyadmin, now I am learning .net maui to create android applications, but unlike there, here is no phpmyadmin, where can I create the table??...
Score of 0
0 answers
93 views

I have changed a .NET 4.8 application that stored temporary data in a MS Access database to use SQLite. Whilst running on my local machine everything runs fine. However, when I run the application ...
Score of 0
0 answers
143 views

I use a database table as the binding source for a DataGridView. The table consists of only two columns (essentially a key-value table). In the DataGridView, I can change the order of the rows using ...
Score of -1
0 answers
60 views

I'm trying to learn drizzle for expo in order to build an offline data base for an app. I'm following the tutorial: https://www.youtube.com/watch?v=1inzzYvbgO8&t=169s, because drizzle official ...
Score of 0
1 answer
94 views

I am building a tiny program using a database, and I found that SQLite should be well suited for my requirements. I started designing my database schema with some foreign keys and my first tests ...
Score of 0
1 answer
114 views

I'm learning Blazor and databases, and I'm new to programming in general. I created a Blazor web assembly project, .NET 10 LTS with a simple local SQLite database. I just want to use SQLite inside my ...
Advice
0 votes
1 replies
70 views

I've got the below SQlite tables (simplified for posting here): CREATE TABLE movies (movie_id, title); INSERT INTO movies (movie_id, title) VALUES (0, 'Shaun of the Dead'), (1, 'Hot Fuzz'), (2, '...
Advice
0 votes
6 replies
153 views

Can I get any advice on how to optimize the naming for the months in the following code: (The date convention with the database is 'YYYY-MM-DD') Select strftime('%Y-%m', order_date) AS month, COUNT(...
Score of 2
1 answer
136 views

I want to add a bytestring into an SQLite database in python. I have tried to format it into a string and back, but that doesn't return the same integer value regardless of the the encoding. I have ...
Score of 0
2 answers
146 views

I made a mistake of using == to evaluate two strings instead of eq and when I tried to cast a variable that was a string of numbers to text, after such comparison, the result was a string but after ...
Score of -3
0 answers
82 views

I've defined all functions of my code, which require the execution of SQLite3 SQL statements in a file, main2.py . I have imported all functions and objects into my app.py file which will create a ...
Score of 2
1 answer
208 views

I have a WinUI 3 / .NET 8 app packaged as MSIX and published through Microsoft Store. The app uses EF Core 8 with SQLite. On startup I initialize the database with migrations: using var db = Services ...
Advice
0 votes
3 replies
61 views

I have a substr line which highlights a section of text using the instr command the resulting section of text is then output But in the selection of text I get '\n' (spaces in otherwords!), I want to ...
Score of -1
1 answer
136 views

I am using SQLite with DBeaver. I recently got a university assignment where I was asked to show the locking mechanism of a database. So I decided to work with DBeaver. I can solve it properly with ...
Score of -5
1 answer
168 views

I was trying to program a function to search users from a table in the database but I've been trying to fix. I tried following a tutorial with no success and I couldn't find anywhere a solution in ...

15 30 50 per page
1
2 3 4 5
…
6331