Обсуждение: ...

Поиск
Список
Период
Сортировка

...

От
Luis "Farfán"
Дата:
ello there,I'm looking for a (free, shareware) SQL parser and I
haven't had much
luck. I was wandering whether it's feasible to get
postgresql and
"separate" the parser from the rest of the code and
use it
stand-alone. Any experience, suggestions or comments,
please e-mail
them to: abadia@godel.uark.edu. I don't follow this
mailing list.Thanks in advance for your help,
Luis Jorge Farf�n
Computer Science and Computer Engineering
ITESM 

P.S. If anyone can think of an easier way to get an
SQL parser, I'd love
to hear it.



__________________________________________________
Do You Yahoo!?
Yahoo! Calendar - Get organized for the holidays!
http://calendar.yahoo.com/


Re:

От
Joel Mc Graw
Дата:
"Luis Farfán" wrote:
> 
> ello there,
>  I'm looking for a (free, shareware) SQL parser and I
> haven't had much
> luck. I was wandering whether it's feasible to get
> postgresql and
> "separate" the parser from the rest of the code and
> use it
> stand-alone. Any experience, suggestions or comments,
> please e-mail
> them to: abadia@godel.uark.edu. I don't follow this
> mailing list.
>  Thanks in advance for your help,
> Luis Jorge Farfán
> Computer Science and Computer Engineering
> ITESM
> 
> P.S. If anyone can think of an easier way to get an
> SQL parser, I'd love
> to hear it.

Just a thought:

Gadfly is a free SQL database implemented in pure Python. The following
link lists the Python modules for the SQL engine:

http://www.chordate.com/kwParsing/index.html

Hope that helps