This code:
cursor.execute(\'select RLAMBD from ?\', OPTable) print cursor.fetchone().RLAMBD
produces this error:
ProgrammingE
Parameter placeholders cannot be used to represent object names (e.g., table or column names) or SQL keywords. They are only used to pass data values, e.g., numbers, strings, dates, etc..