Bertrand Mansion wrote:
Hi,
I have been through the archives on yahoo groups and found a mail that said
the current way to find the primary key in sqlite is to write your own sql
parser. This was back in May 2003.
Is this still the only way ?
This looks tough to achieve, there seems to be so many things to take into
consideration. Any pointers or sample code would be appreciated. :)
The 6th column of the result of the TABLE_INFO pragma is true
for primary key columns and false for other columns.
--
D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]