sqlite tag

49 questions


1 answers
115 views
0
Ruby on Rails-Road Error CCould not load' active_record/connection_adaptors/sqlite3_adapter 」

http://railstutorial.jp/.I installed Ruby 2.1 of RailsInstaller, and then I did what I saw on the page.In 1.2.5, when I ran the rails server command and tried to start the local web server, several er...

2 years ago

2 answers
120 views
0
Understanding the 'NoneType' Object has no attribute '__getitem__' Error in Python

How on earth can we solve the error in the image? As a result of the investigation, there seems to be a problem with the attributes, but I am not sure, so I asked you a question.The source code is lis...

2 years ago

2 answers
52 views
0
Understanding the 'NoneType' Object has no attribute '__getitem__' Error in Python

How on earth can we solve the error in the image? As a result of the investigation, there seems to be a problem with the attributes, but I am not sure, so I asked you a question.The source code is lis...

2 years ago

2 answers
80 views
0
.../github.com/mattn/go-sqlite3/sqlite3-binding.c:166752:10: fatal error: 'unicode/utypes.h' file not found

Both Mac and Linux have the following error.go build --tags icu # github.com/mattn/go-sqlite3 .../github.com/mattn/go-sqlite3/sqlite3-binding.c:166752:10: fatal error: 'unicode/utypes.h' file not foun...

2 years ago

1 answers
92 views
0
The best way to insert jsonArray elements into the book in ActiveAndroid with a for statement

ActiveAndroid is bothering me because I don't know how to insert data.book.title=Book; book.save(); I understand that it will be inserted as above, but I'm thinking about how to insert data into the m...

2 years ago

1 answers
46 views
0
I want to compile data with consecutive dates in SQLite.

I am using SQLite3 to assume the following data, but would it be possible to extract (type_id, start date, end date) for data with the same type_id and serial number?◇data·id: Integer(primary key)·typ...

2 years ago

1 answers
121 views
0
I want to compile data with consecutive dates in SQLite.

I am using SQLite3 to assume the following data, but would it be possible to extract (type_id, start date, end date) for data with the same type_id and serial number?◇data·id: Integer(primary key)·typ...

2 years ago

3 answers
104 views
0
I want to acquire users who love both through SNS using SQLite and PHP.

I would like to limit the number of users who can send messages to each other on SNS using SQLite and PHP to users who love each other (who follow each other).What SQL statements should I issue to get...

2 years ago

2 answers
132 views
0
Understanding Interop.dll Requirements When Class Libraries Operate C#SQLite

Thank you for your help.Not long ago, I asked about the connection of SClite, and I thought it was solved once, but it didn't work out as I wanted, so I would like to ask you a different question.I'm ...

2 years ago

1 answers
61 views
0
pre-include DB in monaca

I am working on creating an app on monaca.Here (http://docs.monaca.mobi/3.5/ja/sampleapp/tips/storage/ #creating-a-database-sqlite)I understand how to create a DB with a sample source and save the val...

2 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.