Re: [sqlite] SQLite DB memory fault error

2008-09-04 Thread Ken
TED]> wrote: From: kogure <[EMAIL PROTECTED]> Subject: [sqlite] SQLite DB memory fault error To: sqlite-users@sqlite.org Date: Thursday, September 4, 2008, 7:16 AM Hello everyone. I have a database with fields not required to be filled in (the other fields are declared NOT NULL). When I h

Re: [sqlite] SQLite DB memory fault error

2008-09-04 Thread Igor Tandetnik
"kogure" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello everyone. I have a database with fields not required to be > filled in (the other fields are declared NOT NULL). When I have a > record with the non-required fields empty, and copied it to my > structure, there is a memory

[sqlite] SQLite DB memory fault error

2008-09-04 Thread kogure
Hello everyone. I have a database with fields not required to be filled in (the other fields are declared NOT NULL). When I have a record with the non-required fields empty, and copied it to my structure, there is a memory fault (core dumped) error. Here is the snippet of my code: if