[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
yyparse(): input from string
From: |
Krisakorn Rerkrai |
Subject: |
yyparse(): input from string |
Date: |
Fri, 20 Jan 2006 10:43:17 +0100 |
Hi all,
I have one question regarding to the initialization.
I coundn't find some answers from the archive.
Is it really required to parse from yyin??
In case I don't want to read my query from a file.
How can I do
parse_this(para1, "SELECT hot_food FROM menu");
Any ideas?
Thank you in advance,
Krisakorn
- yyparse(): input from string,
Krisakorn Rerkrai <=