Hey,

I would suggest that you download yourself a copy of SqlYog, you can find a link to it in my signature. This will help you construct the queries that you need to make against your database.

There are some noticeable differences between the syntax for SQL and MySQL, but or a simple insert query, there shouldn't be that much difference.

I would also suggest that you have a look at the documentation for the connector:

http://dev.mysql.com/doc/refman/5.0/...ector-net.html

specifically:

http://dev.mysql.com/doc/refman/5.0/...-prepared.html

If you are still having trouble after reading over that, post some more specific questions.

Gary