Parsing SQL in .NET

Posted by Eli on Stack Overflow See other posts from Stack Overflow or by Eli
Published on 2008-09-16T19:37:27Z Indexed on 2010/05/07 8:28 UTC
Read the original article Hit count: 401

Filed under:
|

I'm trying to build a .NET Managed data provider and I need to be able to parse SQL commands.

What are good, free (as in beer) objects to do this? - I haven't seen any standard .NET assemblies for this yet.

Thanks, Eli.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about sql