Microsoft OLE DB Provider for ODBC Drivers fel '80040e14'
[MySQL][ODBC 3.51 Driver][mysqld-4.0.20a-nt]You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'strSQL' at line 1
/status/profil.asp, rad 6
<%
username = request.querystring("username")
strSQL = "SELECT * FROM tblUser WHERE username = '"& username &"'"
SET RS = Conn.execute("strSQL")
%>
Har kollat igenom koden 45 gånger, jag börjar bli lite hypnotiserad, kan inte hitta något fel, och mig veterligen använder jag inte något reserverad ord? :OO