Subject: Syntax in JET not the same as in ODBC
Posted By: jaykayjamiroquai Post Date: 2/20/2006 10:43:28 PM
When trying to Inject an SQL command on a site that runs ODBC (just checking vulnerability, not going to do any harm) this runs just fine:

UNION SELECT TOP 1 TABLE_NAME FROM INFORMATION_SCHEMA.TABLES--

But when I try to use it on a site that runs JET it returns me this error:

Microsoft JET Database Engine error '80004005'

Syntax error on the clause FROM.

/encuestas.asp, line 111

I translated the error as it was in spanish.

Should I change the syntax? What should I do?


Go to topic 40219

Return to index page 364
Return to index page 363
Return to index page 362
Return to index page 361
Return to index page 360
Return to index page 359
Return to index page 358
Return to index page 357
Return to index page 356
Return to index page 355