I want to parse and store the columns and values of a SQL DML (INSERT, UPDATE, DELETE) statement in C. Need the URL of the open source code or a library with which I can lin
Have you looked at SQLite ? It certainly does have the code to parse SQL, so maybe you could avoid reimplementing it..