Re: [sqlite] How to find the primary key ?

2003-12-28 Thread D. Richard Hipp
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

[sqlite] SQLITE_SCHEMA error

2003-12-28 Thread Bronislav Klučka
I've send it two times, I'm sending it again, cause it's realy problem ::(, I hope somebody could know the answer Brona > > Really nobody knows? it's serious problem to me... > > Brona > > > > > Hi, > > I've got a problem. I'm accessing the database from two separate > > connection, > > one

[sqlite] Column names without the callback function

2003-12-28 Thread Hennie Peters
Hi All, I've just started with sqlite, I discovered it a week ago. What I missed was a program to browse the database and open tables in a grid on a form. So I built it myself as a project to learn how to work with sqlite. There is one problem I could not solve and thats an empty recordset.