On Wed, 26 Sep 2001, Vergoz Michael xMach wrote:
Code modif :
- Using 'DEFINE' and not a variable into the config file for the portability
Why is there a problem with using variables?
- A real SQL parser like flex&yacc
I would be careful about saying "like flex&yacc". Have you actually taken a look at what they generate? A hand-built lexer/parser would probably be better.