I use only the C API. The function causing it in my program is:
  fprintf(stderr, "%s\n", sqlite3_errmsg(db));

and I think it comes out from:
  sqlite3.c:70718:  zErr = sqlite3MPrintf(db, "cannot open %s column
for writing", zFault);



On Sun, Apr 28, 2013 at 6:05 PM, Richard Hipp <d...@sqlite.org> wrote:
> On Sun, Apr 28, 2013 at 10:02 AM, Paolo Bolzoni <
> paolo.bolzoni.br...@gmail.com> wrote:
>
>> I get this error: "cannot
>> open indexed column for writing."
>>
>> What does it mean?
>>
>>
> That error is not coming from SQLite.  Are you using a wrapper program of
> some kind - or perhaps a third-party query tool?
>
>
> --
> D. Richard Hipp
> d...@sqlite.org
> _______________________________________________
> 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