My idea is to create some generic classes for Insert/Update/Select via a C# (3.5) Winforms app talking with a MySQL database via MySQL .NET Connector 6.2.2.
For exam
You can't really do this - you'd need to write a SQL parser which to say the least is non-trivial and error prone.
Bite the bullet and parametrize your queries.