Hi,
I´d like to know if there is an easy approach as to make a Sql syntactic checker.

Basically ensure that sql queries are syntactally correct.

So that sb won´t try to write in,sth like:

"Select * froma table",...

I can only think of doing this via regular expressions. But would think this approach would be quite complicated.

Would sb know of any .dlls which would include this type of functionality??

Many Thanks,
Rauland.