[antlr-interest] A SQL Parser written in C#-- Help please!

Ney, Richard richard.ney at aspect.com
Thu Nov 14 20:54:27 PST 2002


There is the Oracle grammer file on the www.antlr.org site that could be
modified to DB2 SQL. Also writing an ANTLR grammar file for SQL92 shouldn't
be that hard if all you are looking for is a select statement.

-Richard

-----Original Message-----
From: Addi Jamshidi [mailto:ajpb at yahoo.com] 
Sent: Thursday, November 14, 2002 7:27 PM
To: antlr-interest at yahoogroups.com
Subject: [antlr-interest] A SQL Parser written in C#-- Help please!


Would anyone know if there is a SQL parser written in
C#?

Basically what I am looking for is for a parser (or a
tool) - written in C# -  that takes as input an SQL
statement (preferably a DB2 SQL statement) and parses
it and generates the parsed tree in terms of XML (or
something similar to that - as long as there is a way
to traverse through the output of the parser and
extract the meta data info constructing that SQL
statement -- such as table names, column names, the
Where clause, etc., etc.)...

Many thanks in advance,



__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - Let the expert host your site
http://webhosting.yahoo.com

 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 


 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 



More information about the antlr-interest mailing list