-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
The functions sqlite3_status and sqlite3_db_status do substantially the
same thing (in different scopes) and have exactly the same signature and
semantics.
However the error code they return is gratuitously different when provided
with a (currently un
On Mon, Sep 3, 2012 at 5:43 PM, Tal Tabakman wrote:
> Hi,
> my SQLite based app is writing an database(single thread, no concurrency,
> on top of NFS , network is involved)
> when opening the database for read we get the following error "file is
> encrypted or is not a database" when executing a
Hi,
my SQLite based app is writing an database(single thread, no concurrency,
on top of NFS , network is involved)
when opening the database for read we get the following error "file is
encrypted or is not a database" when executing a simple pragma:
"PRAGMA cache_size=1;"
I would like to note t
> Is there some way to load a ".csv" file into a SQLite database table
> when the first row (record) of the file contains headers?
>
> This does not work?
> --
> .separator ,
> .import test.csv ld_assay
>
> Here's my database / table:
> CREATE TABLE [ld_a
On 3 Sep 2012, at 7:53am, YAN HONG YE wrote:
> my database have a column named id auto_increament inter primary key, when I
> delete any rows , the id item may be indiscriminate , how to update it and
> reorder the
> column from 1 to max(id) order by id asc?
Can you think through why you're
On Mon, Sep 3, 2012 at 8:54 AM, Bhardwaj Amit Kumar <
kumaram...@johndeere.com> wrote:
> Hi,
>
> We are working on .NET application which deals with huge amount of data.
> We are using SQLite as database for this application. We are getting "too
> many sql parameters" exceptions frequently.
>
Hi,
We are working on .NET application which deals with huge amount of data. We are
using SQLite as database for this application. We are getting "too many sql
parameters" exceptions frequently.
We need to perform various types of queries on database which generates more
than 999 parameters
YAN HONG YE wrote:
> my database have a column named id auto_increament inter primary key, when I
> delete any rows , the id item may be indiscriminate
> , how to update it and reorder the column from 1 to max(id) order by id asc?
It's not quite clear what you are trying to achieve. Perhaps som
Jan Slodicka wrote:
>
> a) File operations on Windows platforms have a number of other problems.
For
> example SQLite fails to report if given folder is write-able on WinRT.
(This
> is a handy test for below mentioned directories.)
>
This issue was recently fixed on trunk. See:
http:/
Didn't get any reaction to my previous report, hence just briefly:
a) File operations on Windows platforms have a number of other problems. For
example SQLite fails to report if given folder is write-able on WinRT. (This is
a handy test for below mentioned directories.)
b) Global variables sqli
10 matches
Mail list logo