sqlite tag

49 questions


2 answers
87 views
0
I want SQLite to insert the structural list as it is

We are developing at Unity.create table hoge_view(hoge_id1 integer, hoge_id2 integer, hoge_id3 integer, hoge_id4 integer, hoge_id5 integer);and so on.I would like to insert the values of the structura...

2 years ago

1 answers
121 views
0
I would like to know why and how to deal with the migration exception in EntityFramework 6.3

Environment: VisualStudio 2017 .NetFramework 4.6.1 SQLite EntityFramework 6.3 The following exceptions occur while Migtaion interprets the DB Model created with code first in EntityFramework 6.3:I loo...


1 answers
91 views
0
How to Find Multiple Column Value Pairs in a Model of django

I would like to make the following query using the django model.Is it possible to do it in a model class?select *from table twhere (t.col1, t.col2) in ( (hoge, fuga), (foo, bar) )Quoted from https:/...

2 years ago

1 answers
77 views
0
How to maintain sqlite on the server

What is the most common method of maintaining (registering/deleting data) the sqlite database (file) on the server from a local location in an application that uses sqlite?·Do you want to be able to v...

2 years ago

2 answers
97 views
0
How do I compile sqlite-1.0.1 that was released 19 years ago?

I'd like to read the SQLite source code and learn how to do it.I'm only interested in the most basic features of DB, and sqlite-1.0.1 has only about 10,000 lines of source code, so I think it's easier...

2 years ago

1 answers
94 views
0
Error when adding new table when using SClite on Android

I am trying to build a database using SQlite while referring to various sites.Once I created a table and entered the data into the database, I was able to read it from the database, but when I added a...

2 years ago

1 answers
65 views
0
I want to store the data extracted from the list in sqlite3 (database)

■ Data after extraction: Variable name: name['nameA', 'nameB', 'nameC', 'nameD'] ■ sqlite3:table name:userheader:name■ After storing sqlite3namenameAnameBnameCnameDI want to store it as above.I tried ...

2 years ago

1 answers
89 views
0
Rails Gets Errors in Saving to Intermediate Tables and Retrieving Data from Other Tables

We are creating a displaying when your next purchase will be system in Rails.·User table: Purchaser information registered→ Column: id, number, name ·Product table: Product information registered→ Col...

2 years ago

1 answers
84 views
0
I want to create a DB for SQLite for use in the store application in c#

Nice to meet you.I received a lot of comments from the previous question and even set up settings to use SQLite.However, I tried to find out how to create a DB to see if it really touched SQLite, but ...


1 answers
90 views
0
Want to know how to insert Excel data into SQLite in VBA

Currently, SQLite is used to create systems to compare Config and Excel parameter sheets.I would like to create a VBA that writes Excel data to SQLite.Currently, we have completed creating the table.C...

2 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.