guineamation
Programmer
Hi All,
when trying to execute this SQL Statment:
i get this error:
[Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1.
the same statement works perfectly when i execute it directly in access, why oh why?!
when trying to execute this SQL Statment:
Code:
MySQL = "SELECT M_FORMAT, M_FULLNAME"
MySQL = MySQL & " FROM TBL_MACHINA"
MySQL = MySQL & " WHERE M_FULLNAME Like ""*"& request.QueryString("frm_Type") &"*"""
[Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1.
the same statement works perfectly when i execute it directly in access, why oh why?!