C# library to get tables and columns from an SQL Statement
Hi everyone, I need recommendations for this simple scenario:
Given an SQL statement, retrieve the tables and columns in the query (select, update, delete, etc).
What I found so far: various SQL parsers as well as some parser generators including ANTLR and IronyProject
What I am still searching: if there is a simpler solution out there that fits the above problem statement. Nothing fancy.
Any recommendations?
0 comments:
Post a Comment