MySQL ASP Connection (Using ODBC)

Hi, Sometimes ago I came around a problem.
The problem was I want to connect to my MySQL Database from ASP ( Active server pages) code. MySQL can be easily connected from PHP (Hypertext Pre Processor). But with ASP it is some thing else.
Then I found a way to solve the problem:
1. If you donot have mysql istalled [...]