code:
1
2
3
4
5
6
| strDBPath = Server.MapPath("../db/db.mdb")
Set connection = Server.CreateObject("ADODB.Connection")
strSQL = "SELECT * FROM user WHERE password = '" & password & "' AND active = 1; "
connection.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & strDBPath & ";"
Set recordset = connection.Execute(strSQL) |
Microsoft JET Database Engine error '80040e14'
Syntax error in FROM clause.
/usr/login/default.asp, line 11
edit:
regel 11 is ' Set recordset = connection.Execute(strSQL) '
regel 11 is ' Set recordset = connection.Execute(strSQL) '