SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.
-2
votes
1answer
38 views
How to write the following sql query for the following? [closed]
I have a table has columns like this
docid (documentID)
Word (word in the document)
count (number of occurrence of word in this document)
I need a query which can do the following thing -
get ...
0
votes
1answer
20 views
Cant execute delete query properly using rawQuery
I want to deleting some rows of table info comparing another table type,
my code goes as below. I am not getting any error or exception still I am unable to delete the data. Please suggest me
String ...
0
votes
2answers
24 views
how to get NULL from sqlite in xcode
I want one application that has sqlite DB.
in my sqlite DB exist 5 records that any record has 2 column. (Name,ID,key)
one of all ID is NULL and I want get this. (ID is INTEGER variable)
this is my ...
0
votes
1answer
35 views
Using Python with sqlite3
I wrote a python program that processes a large amount of text and puts the data into its multi-level dictionary. As a result, dictionary gets really big (2GBs or above), eats up memory, and leads to ...
0
votes
2answers
27 views
PHP JSON array from SQLite3
I'm trying convert data from a SQLite3 db to a JSON array by using PHP. I'm getting close, but I can't seem to get it right.
This is the error I'm getting:
PHP Warning: PDOStatement::fetchAll() ...
-1
votes
0answers
14 views
Can more than one client to connect to a Sqlite at the same time? [duplicate]
My specific question :
Can more than one client to connect to a Sqlite at the same time ?
0
votes
3answers
36 views
Downloading images from server and saving into Database
I have to download images and save it into my local database. So I am storing the images in NSData and than inserting it into local database. But there are atleast 50 images coming from the server so ...
1
vote
1answer
37 views
how to use loop in sqlite for get Name from certain column
I to use sqlite database in my application. in my sqlite exist 10 records. I want read 4 data from this database and I want get this data until BroID in last data to be NULL (BroID is one of columns ...
1
vote
2answers
30 views
sqlite3 if exists alternative
I am trying to run simple query for sqlite which is update a record if not exists.
I could have used Insert or replace but article_tags table doesn't have any primary key as it is a relational ...
0
votes
0answers
7 views
Detect php SQLite3 “not an error” exceptions
I'm using the SQLite3 libraries for unit testing a DB migration management tool.
I seem to have discovered a flakey scenario though. The SQLite3::query() function is throwing an exception in the ...
1
vote
1answer
12 views
Terminate Python program on Ctrl+C when it's running a subprocess
I have a little program written in Python (version 2.7.3 on Linux) that runs an external command on a number of files in a loop. It does this using subprocess.check_output and it then writes data from ...
0
votes
1answer
13 views
Difference of quoted column names
I just added a new column to my sqlite database with following command:
ALTER TABLE foo_table ADD COLUMN fooCol TEXT NOT NULL DEFAULT 'foo';
When I look at the dump, I get the following:
PRAGMA ...
2
votes
2answers
33 views
SQL enforce a limit of up-to N items capacity for a database
I have a database where we cache various data, but it shouldn't grow too large, so I need to place a limit to how much items of the same type it holds, after which it should reject new items.
So as a ...
0
votes
1answer
20 views
sqlite binding error in python
I'm having a problem with the binding in this sqlite3 statement in python. Any help would be apreciated. Thanks
print page
print section
cur.execute('SELECT * FROM docList WHERE pageFileName = ? AND ...
1
vote
1answer
32 views
Load Error - Using MySQL with Ruby on Rails
I have been trying to use SQL with Ruby on Rails for quite sometime now and cannot seem to make it work.
I've pretty much given up on SQLite, so my focus is now on MySQL. I have fully installed the ...
0
votes
2answers
20 views
Export content of a sqlite3 table in csv
I have a ruby script that generates a sqlite3 database.
I want to be able, inside the ruby script to generate an output.csv file containing one of the database table.
Is there a way to handle that ...
0
votes
1answer
16 views
Sqlite Create temp trigger statement unsuccessful at query prepare
The following query gives SQLITE_ERROR at prepare function in sqlite:
Edit:
CREATE temp trigger TIME_INTERVALS_TRIG AFTER INSERT ON _TIME_INTERVALS WHEN new.INTERVAL_START == 25;
This query works ...
4
votes
4answers
20 views
how to show record from null column
I have to use from sqlite DB and I insert many data in my sqlite file. now I want execute records that has "NULL". in oder word I want to see records that are "NULL".
when I execute this code I ...
1
vote
1answer
97 views
SQLite Exception raised with message: no such table
I created an application that collects information from the computer (computer name, CPU, Memory, etc) but I am having such a hard time displaying the information stored in the SQLite database, when I ...
0
votes
1answer
18 views
iOS6 Pass Row Number from Cell to next View Controller
I have a basic table view cell that is all SQLite3 database generated.
When I click on the Disclosure Indicator in a cell to move to a View Controller so I can edit the contents of the previous cell, ...
0
votes
0answers
23 views
Is it possible to use date functions when creating an SQLite view?
Say that I have a table with the following schema:
create table events
(
_id integer primary key autoincrement,
title text not null,
date text not null
);
And I want to create a view ...
0
votes
0answers
13 views
ipdb, multiple threads and autoreloading programs
I am using ipdb debugger to debug multithreaded web applications locally (Django, Plone). Often ipdb seems to get confused because of the autoreload which happens when I am on the debug prompt. The ...
-2
votes
3answers
63 views
SELECT Query Best practice
I know that SELECT * is considered bad practice since it can return un-needed information.
But what about this:
Say i have a table with 4 columns, columns 1-4
Is there any difference (like fast, ...
0
votes
0answers
17 views
Open source SQLite database encryption supported by Entity Framework?
I am developing an application that is using SQLite for the database. I am using Devart dotconnect (http://www.devart.com/dotconnect/sqlite/) for SQLite along with entity framework in .NET 4.5 to ...
1
vote
2answers
16 views
droping table vs removing its content sqlite
in my application I have to delete whole contents of a table and refill it many times
in that case I have two solutions :
1- drop , recreat and fill the table
"DROP TABLE IF EXISTS TABLE_NAME"
2- ...
0
votes
0answers
19 views
GLM matrix 4X4 (mat4) to array and back
I need to put a glm math library mat4 into a sqlite3 BLOB and back. What would be the most efficient approach? Serialize mat4 to bytes?, Turn mat4 to a float array? BLOB will not take a mat4 directly
...
0
votes
1answer
43 views
Convert Rails Sqlite3 db to Oracle or Db2 or MS SQL Server [closed]
i have a rails application with sqlite3 as default database. I want to switch my sqlite3 to another db between DB2, ORACLE or Microsoft SQL SERVER.
Can i only replace the database without touch the ...
0
votes
0answers
11 views
Memory fragmentation affect sqlite3 performance
I have following sequence in my application.
Download contacts from mobile phone using Bluetooth's PBAP.
Writing these contacts to a custom database created with SQLite.
I configured SQLite with ...
2
votes
1answer
54 views
How to put a textfile into sqlite simply using Python API?
I have a tab delimited file in the format:
sentenceID (sid) documentID (scid) sentenceText (sent)
E.g.
100004 100 即便您喜爱流连酒吧,也定然在这轻松安闲的一隅,来一场甜蜜沉醉的约会。
100005 100 您可以慢慢探究菜单上所有的秘密惊喜。
I want ...
-2
votes
0answers
13 views
Library used incorrectly No transaction is active on this connection [closed]
When I start the Windows service, there are two threads to sqlite database operation, throw an exception:Library used incorrectly No transaction is active on this connection
Who can help me?thanks.
0
votes
1answer
20 views
Not able to update sqlite3 table iOS 5
I am working on Core Location framework, trying to calculate distance between the coordinates and updating the distance onto the database(sqlite3.0). But for some reason i get redundant data getting ...
1
vote
1answer
42 views
timeseries database to use with python
I have an application written in python, which stores some values currently in a text file
in the format of "datetime value". This worked fine so far.
The problem is now that I need to start ...
1
vote
1answer
33 views
Warning: Signed shift result (0x1F0000000) requires 34 bits to represent, but 'int' only has 32 bits
After compiling the reMail project with no error, one of the warnings is:
remail-iphone/sqlite3/sqlite3.c:18703:15: Signed shift result
(0x1F0000000) requires 34 bits to represent, but 'int' ...
0
votes
1answer
30 views
Sqlite3 List index out of range when trying to get LIKE Query
I'm trying to execute the following code:
conn = sqlite3.connect("./Databases/Functions/He.db")
cursor = conn.cursor()
sql = "SELECT * FROM Requests WHERE Request like ?"
cursor.execute(sql, ...
0
votes
1answer
36 views
ToDo / Shopping Loist in iOS - searching for infos
)
For my new projekt I'm searching for tutorials to learn abit more, but I think I use the wrong keywords in google ;-) maybe you can help me finding more specific infos about.
So I want to create ...
0
votes
1answer
30 views
Running sqlite script in Sqlite db using C++
I have some sqlite scripts with some sqlite commands like:
.headers ON
.mode CSV etc.
Is there anyway of running this script in SqliteDB using Sqlite interface for C++, instead of ...
-2
votes
1answer
53 views
Load data according to database column value in PHP [closed]
I have a column called Type in my database table.
My web page has different user input fields for each type.
What i want to do is, when a page is loading, show fields according to first type. Then ...
0
votes
1answer
36 views
How to surround only string with quotations when joining dictionary values using Python?
i'm practicing on Python and trying to create a class that helps performing database operations, but when inserting to a database here's the code :
def Insert(self, **kwargs):
...
0
votes
1answer
40 views
insert multiple rows at a time in an SQLite database: Error with id_column
I'm trying to figure out how do multiple insert in sqlite3 database according this answer
Is it possible to insert multiple rows at a time in an SQLite database?
It seems to work perfectly, but I ...
2
votes
1answer
31 views
In SQLIte, how to add a check on an existing column [duplicate]
In SQLite, I cannot find the syntax to add a check on an existing column. Is there a direct method to do that? Thanks.
0
votes
1answer
15 views
an error occurred: file is not a sqlite3 database
i used ESF Data Migration Toolkit to convert my SQL server 2008 database to a
SQlite one. The tool generate a file with the .mjf format. When i want to open it with the sqlite database browse it ...
0
votes
0answers
34 views
Where is sqlite3_native.rb in Windows with Ruby 2.0?
Using Ruby 2.0 x64 on Windows. Installed sqlite3 gem by downloading the sqlite3 autoconf sources and compiling. Then I did a gem install sqlite3 --platform=ruby .... However, now when I run rails ...
1
vote
2answers
49 views
Insertion to SQLiteDatabase
I wrote this code:
// CurrentFriendsTable
// ---------------------
//| _id | email | uname |
// ---------------------
// FFriend class
class FFriend {
String email, uname;
// getter and ...
1
vote
0answers
16 views
Use SPATIALITE on iOS
I'm developing an iOS 5.0+ app and I would like to know if there is a tutorial or an sample project that shows how to use Spatialite on iOS.
I don't want to know how to compile Spatialite on iOS ...
0
votes
0answers
24 views
I keep getting “InterfaceError: Error binding parameter 0 - probably unsupported type.”
I am trying to work my way through the official Django tutorial (https://docs.djangoproject.com/en/1.5/intro/tutorial01/) but I'm running into a problem when trying to use the shell.
Specifically, ...
1
vote
1answer
38 views
Rails 4.0rc1 app not running due to missing sqlite3 gem
First time I've tried installing Rails 4.0. On Windows 8 with Ruby 2.0 x64. Ran:
gem install rails --version 4.0.0.rc1 --no-ri --no-rdoc
Then I run:
rails new test_app
cd test_app
rails s
But ...
0
votes
3answers
32 views
How to convert an exits sqlite database into a Rails one?
I have a sqlite3 database with 3 tables which has 'id' column as primary key, but has no 'created_at','update_at' columns.
I want to use it in a Rails3 Applications.
How can I properly convert it into ...
1
vote
2answers
73 views
Could not find a valid gem install activerecord-sqlite3-adapter
I'm a beginner to Ruby.
I follow the steps on http://rubyonrails.org/download and
installed Ruby on rails and created a project called "Blog" by following the youtube tutorial. ...
0
votes
1answer
29 views
Incorrect output of cyrillic symblos to QTableView from Sqlite3 database
I have sqlite3 database filled with symbols in cyrillic encoding. But I can't output correctly this symbols to table. So, in qt app I get something like
�˫�� ⮢
I tried to use different variants of ...
0
votes
4answers
98 views
SQLite - WHERE Clause & UDFs
Intro
I have the following SQLite table with 198,305 geocoded portuguese postal codes:
CREATE TABLE "pt_postal" (
"code" text NOT NULL,
"geo_latitude" real(9,6) NULL,
"geo_longitude" real(9,6) ...



