When I'm using pure asp it works perfect connecting to a MySQL-database, but when I'm using ASP-db I receive the following error message:

Error # (Get_RS_OPEN - TOPSQL - SELECT TOP 10 model FROM cars) = 80040E09(-2147217911)
Description = [TCX][MyODBC]You have an error in your SQL syntax near '10 model FROM cars' at line 1
Source = Microsoft OLE DB Provider for ODBC Drivers
SQL State = 42000
Native Error = 1064


What can I do to solve this?

/ Abrazame