OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
RE: SQL njection 2

From: Calderon, Juan C (CORP, DDEMESIS) (Juan.Calderonddemesis.ge.com)
Date: Mon Apr 21 2003 - 13:06:20 CDT


Hi there!

********
pameter=table;insert%20into%20clientes(uspw,pwus)%20values('j','j')

the ODBC returns this error

error '80040e14'

[Microsoft][Controlador ODBC Microsoft Access] Se encontraron caracteres
después del final de la instrucción SQL.
********

This error occurs because of the ";" character, Access do not allow SQL Blocks (multiple SQL statements) but simple commands and sub queries.

cheers