This statement is giving me truoble:
INSERT INTO PlayList_Song(id_song, id_playlist, song_number) VALUES  
(5235, 9, 256)
Citando "D. Richard Hipp" <d...@hwaci.com>:

>
> On Jun 18, 2009, at 9:04 AM, galea...@korg.it wrote:
>
>> I updated sqlite version from 3.6.14 to 15, now when I try to run a
>> C++ code to fill the database I have SQLITE_CORRUPT error.
>
> Even with your new database that uses NOCASE in place of KORGCOLLATE,
> I don't have any problems.
>
> What query, specifically, is giving you trouble?
>
> Also:  We sometimes run into compiler bugs.  Please try recompiling
> with optimization disabled and see if that clears the problem.  If it
> does, that suggests the problem is in your compiler.
>
>
> D. Richard Hipp
> d...@hwaci.com
>
>
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>


_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to