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 =
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
deepak dhananjaya writes:
>
> 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 whi
-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
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
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
6 matches
Mail list logo