Re: [sqlite] sqlite3 last insert rowid

2013-02-26 Thread Igor Tandetnik
On 2/26/2013 4:16 AM, Ashok Pitambar wrote: Is there any way to primary key(composite key) just after insert using sqlite API? You have just specified it in the INSERT statement. Surely you know which value you've inserted - why do you need SQLite to tell you that? The reason

Re: [sqlite] sqlite3 last insert rowid

2013-02-26 Thread Hick Gunter
Database Betreff: Re: [sqlite] sqlite3 last insert rowid Thanks Hick, Is there any way to primary key(composite key) just after insert using sqlite API? On Tue, Feb 26, 2013 at 1:26 PM, Hick Gunter <h...@scigames.at> wrote: > No. It returns the value of the (hidden) col

Re: [sqlite] sqlite3 last insert rowid

2013-02-26 Thread Ashok Pitambar
on: Ashok Pitambar [mailto:ashokpitam...@gmail.com] > Gesendet: Dienstag, 26. Februar 2013 08:51 > An: sqlite-users@sqlite.org > Betreff: [sqlite] sqlite3 last insert rowid > > Hi All, > > Does function sqlite3_last_insert_rowid returns the composite key if > created wit

Re: [sqlite] sqlite3 last insert rowid

2013-02-25 Thread Hick Gunter
No. It returns the value of the (hidden) column rowid. -Ursprüngliche Nachricht- Von: Ashok Pitambar [mailto:ashokpitam...@gmail.com] Gesendet: Dienstag, 26. Februar 2013 08:51 An: sqlite-users@sqlite.org Betreff: [sqlite] sqlite3 last insert rowid Hi All, Does function

[sqlite] sqlite3 last insert rowid

2013-02-25 Thread Ashok Pitambar
Hi All, Does function sqlite3_last_insert_rowid returns the composite key if created with 2 columns? Thanks Regards, Ashok ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users