On Tue, May 8, 2018 at 2:11 PM, Richard Hipp wrote:
> On 5/8/18, Francis Kus wrote:
> > I am able to open my database file if the path contains no accents.
> However,
> > if I change even one letter to an accented letter (e.g. replace 'e' with
> > 'é'), the database does not open and I get the e
On 5/8/18, Francis Kus wrote:
> I am able to open my database file if the path contains no accents. However,
> if I change even one letter to an accented letter (e.g. replace 'e' with
> 'é'), the database does not open and I get the error message "unable to open
> database file".
The argument to
Hi,
I am experiencing the following issue using SQLite 3.22.0:
I am able to open my database file if the path contains no accents. However, if
I change even one letter to an accented letter (e.g. replace 'e' with 'é'), the
database does not open and I get the error message "unable to open dat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 12/08/13 01:45, techi eth wrote:
> What is the maximum size error string returned by sqlite3_errmsg()
> function
You need to make a copy of the string since it can be changed at any time,
including by other threads.
In practise it will usually be
Hi,
What is the maximum size error string returned by sqlite3_errmsg() function
?
Cheers –
Techi
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
On 20 Aug 2012, at 3:05am, Sunshine Lutey wrote:
> I receive an sqlite3 error (see attached) whenever I re-start my computer.
You cannot attach files to messages to this list. However, the most frequent
cause of this is installing iTunes on a Windows computer. If you have done
this, please
Dear Support Team,
I receive an sqlite3 error (see attached) whenever I re-start my computer.
I don't actually know what this application is but I would like to get rid
of the error.
Thanks,
Sunshine
*Terri Sunshine Lutey*
*President and Musical Director, Sunshine Performance Club*
*President an
Ok thanks for your answer and the links !(And sorry for double post.)
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sq
On 8 March 2011 17:20, Nicolas Sarrasin wrote:
>
> Hi all,
> I'm new to SQLite and I'm actually trying to convert a .sql script to a .db
> file.
> I encounter a problem with this code :
> CREATE TABLE IF NOT EXISTS mytable( NAME char(100) NOT NULL DEFAULT '', p1
> smallint(5) unsigned DEFAULT
Hi all,
I'm new to SQLite and I'm actually trying to convert a .sql script to a .db
file.
I encounter a problem with this code :
CREATE TABLE IF NOT EXISTS mytable( NAME char(100) NOT NULL DEFAULT '', p1
smallint(5) unsigned DEFAULT NULL, p2 smallint(5) unsigned DEFAULT NULL, p3
smallint(5)
Hi all,
i'm new to SQLite and I'm actually trying to convert a .sql script to a .db
file.
I encounter a problem with this code :
-
Proverbe japonais : " L'eau prend toujours la forme du vase. "
On Sat, Mar 27, 2010 at 04:44:56PM +0800, Tim scratched on the wall:
> Hi Donald&Jay,
>
> Thanks for your information. And I don't know how to reach Jay kreibich's
> email address, so I CC this mail to 'General Discussion of SQLite Database'.
>
> Could you please help me forward to Jay Kreibich i
my
database? Do you have any comments on this case?
Regards,Tim
> From: donald.gri...@allscripts.com
> To: sqlite-users@sqlite.org
> CC: bh_s...@hotmail.com
> Date: Thu, 25 Mar 2010 12:41:28 -0400
> Subject: RE: [sqlite] sqlite3 error: database or disk is full when commit
On Thu, Mar 25, 2010 at 10:56:40PM +0800, Tim scratched on the wall:
>
> I have a 32MB hard disk. My OS is about 17MB and my application's size is
> about 3MB. So there is only 10MB for program data.
>
> My database is about 4.74MB. When I perform following sql query in a
> transaction
>
> sqlit
Tim,
Regarding: "I guess when do the transaction, the database was duplicated, and
it caused no free disk space"
Unless you do something such as "vacuum" the database should not actually be
duplicated. A rollback journal file,
though, **is** created.
(details at http://www.sqlite.or
Hello,
I have a 32MB hard disk. My OS is about 17MB and my application's size is
about 3MB. So there is only 10MB for program data.
My database is about 4.74MB. When I perform following sql query in a
transaction
sqlite3_exec(m_sqlite3, "delete from table", 0, 0, &errmsg);
I got the er
Hey There,
I have just recently started getting this error from SQLite3:
Could not load type sqlite3_stmt from assembly xyz, Version=3D0.0.0.0,
Cultur e=3Dneutral, PublicKeyToken=3Dnull.
When I try to use:
db.execQuery("Select * from table;");
Any ideas?
--
-Jay Patel
kexi: btree.c:1043: sqlite3BtreeOpen: Assertion
`sizeof(ptr)==sizeof(char*)' failed. KCrash: Application 'kexi'
crashing...
See also:
http://www.mail-archive.com/sqlite-users%40sqlite.org/msg04718.html
http://bugs.kde.org/show_bug.cgi?id=92563
Can't understand why that is a bug as sqlite3 its
>> kexi: btree.c:1043: sqlite3BtreeOpen: Assertion
>> `sizeof(ptr)==sizeof(char*)' failed. KCrash: Application 'kexi' crashing...
>See also:
>http://www.mail-archive.com/sqlite-users%40sqlite.org/msg04718.html
>http://bugs.kde.org/show_bug.cgi?id=92563
Can't understand why that is a bug as sqlite
> kexi: btree.c:1043: sqlite3BtreeOpen: Assertion
> `sizeof(ptr)==sizeof(char*)' failed. KCrash: Application 'kexi' crashing...
See also:
http://www.mail-archive.com/sqlite-users%40sqlite.org/msg04718.html
http://bugs.kde.org/show_bug.cgi?id=92563
Daniel
--
Dipl.-Math. (FH) Daniel Fra
I got this.
kexi: btree.c:1043: sqlite3BtreeOpen: Assertion `sizeof(ptr)==sizeof(char*)' failed.
KCrash: Application 'kexi' crashing...
Can't figure out at this moment as I still work use 2.8.12 in production.
21 matches
Mail list logo