On Sun, 27 Jul 2014 23:16:05 -0700 (PDT), suparna
<suparna.dhin...@gmail.com> wrote:

>I'm doing my project by using sqlite with code block..
>and it create connection properly with sqlite...
>but while runing,I got the following message and do not know what I am to do
>:
>"sqltext.exe(my database file name) has stopped working
>A problem caused the progrm to stop working correctly.
>Windows will close the progrm and notify you if a solution is available..."
>:( :(

Without seeing your code, I can only suggest that your program is
dereferencing an invalid pointer, possibly by a programming error or
some form of memory (heap) corruption.
Try to run the program with a debugger to pinpoint the error.

-- 
Groet, Cordialement, Pozdrawiam, Regards,

Kees Nuyt

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

Reply via email to