Re: [SQL] writing a simple sql parser and database program

2006-11-07 Thread Jonah H. Harris
On 11/7/06, Peter Michaux <[EMAIL PROTECTED]> wrote: I would like to learn how to write a simple SQL parser and database program ... Is there a link or book that explains the basics of how a database parses SQL and how it then operates on the data? For a fairly good learning resource, you can c

[SQL] writing a simple sql parser and database program

2006-11-06 Thread Peter Michaux
Hi, I would like to learn how to write a simple SQL parser and database program. This is for an embeded situation where I can't use a database program like postgre. Jumping into the postgre source code seems a little overwelming as I don't have a general understanding of how this is done. Is ther