Re: [sqlite] [SQLITE] Require Help

2009-02-17 Thread deepak dhananjaya
I have tried using this on symbian platform, it still crashes.. the call stack is : -> int rc = sqlite3_open (KDbName, &db); -> return openDatabase(zFilename, ppDb); > crashes at this point : -->>> db =

Re: [sqlite] [SQLITE] Require Help

2009-02-12 Thread MikeW
Roger Binns writes: > > > deepak dhananjaya wrote: > > its crashing while opening... > > Note: its on Symbian platform.. > > That code fundamentally works everywhere else. > > http://www.catb.org/~esr/faqs/smart-questions.html > > Roger > Obviously my previous 'helpful' suggestion to him w

Re: [sqlite] [SQLITE] Require Help

2009-02-10 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 deepak dhananjaya wrote: > its crashing while opening... > Note: its on Symbian platform.. That code fundamentally works everywhere else. http://www.catb.org/~esr/faqs/smart-questions.html Roger -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (G

[sqlite] [SQLITE] Require Help

2009-02-10 Thread deepak dhananjaya
HI All, I have this piece of code: sqlite3 *db; const char KDbName[] = "c:\\test\\Db1.db"; int rc = sqlite3_open (KDbName, &db); if (rc) { sqlite3_close (db); return; } its crashing while opening... Note: its on Symbian platform.. Db1.db i