hi i want to select any data form mysql with vb6

i cannected mysql with this

############### ############### ########

Code:
Set conn = New ADODB.Connection
  conn.ConnectionString = "DRIVER={MySQL ODBC 3.51 Driver};" _
                        & "SERVER=localhost;" _
                        & "PORT=3306;" _
                        & "DATABASE=myproject;"
...