Re: [sqlite] SQLite3 Error: Unable to open database file when file path has accents (e.g. é or è)

2018-05-08 Thread J Decker
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 > > 'é'),

Re: [sqlite] SQLite3 Error: Unable to open database file when file path has accents (e.g. é or è)

2018-05-08 Thread Richard Hipp
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 >

[sqlite] SQLite3 Error: Unable to open database file when file path has accents (e.g. é or è)

2018-05-08 Thread Francis Kus
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

Re: [sqlite] sqlite3 error string size!!!

2013-08-12 Thread Roger Binns
-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

[sqlite] sqlite3 error string size!!!

2013-08-12 Thread techi eth
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

Re: [sqlite] sqlite3 error

2012-08-20 Thread Simon Slavin
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

[sqlite] sqlite3 error

2012-08-20 Thread Sunshine Lutey
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

[sqlite] sqlite3 : error while converting .sql to .db

2011-03-08 Thread Nicolas Sarrasin
Ok thanks for your answer and the links !(And sorry for double post.) ___ sqlite-users mailing list sqlite-users@sqlite.org

Re: [sqlite] sqlite3 : error while converting .sql to .db

2011-03-08 Thread Simon Davies
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 >

[sqlite] sqlite3 : error while converting .sql to .db

2011-03-08 Thread Nicolas Sarrasin
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

[sqlite] sqlite3 : error while converting .sql to .db

2011-03-08 Thread Nicolas Sarrasin
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. "

Re: [sqlite] ????: sqlite3 error: database or disk is full when?commit?transaction

2010-03-27 Thread Jay A. Kreibich
On Sat, Mar 27, 2010 at 04:44:56PM +0800, Tim scratched on the wall: > Hi Donald, > > 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 if

Re: [sqlite] sqlite3 error: database or disk is full when commit transaction

2010-03-25 Thread Bravo Shen
of 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

Re: [sqlite] sqlite3 error: database or disk is full when commit transaction

2010-03-25 Thread Jay A. Kreibich
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 > >

Re: [sqlite] sqlite3 error: database or disk is full when commit transaction

2010-03-25 Thread Griggs, Donald
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

[sqlite] sqlite3 error: database or disk is full when commit transaction

2010-03-25 Thread Tim
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, ); I got the error

[sqlite] Sqlite3 Error

2006-04-26 Thread Jay Patel
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

Re: [sqlite] sqlite3 error in kexi-0.1beta5

2004-11-08 Thread Jaroslaw Staniek
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

Re: [sqlite] sqlite3 error in kexi-0.1beta5

2004-11-05 Thread Daniel Franke
> 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

[sqlite] sqlite3 error in kexi-0.1beta5

2004-11-04 Thread Kenneth Lo
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.