Why can't I use bound parameters with Microsoft Access?

The Microsoft Access ODBC driver currently does not support SQLDescribeParam, which is often used by ODBC interfaces that use bound parameters. For example, Perl DBD:ODBC uses SQLDescribeParam. If your ODBC interface requires SQLDescribeParam to support bound parameters, avoid binding parameters when using Microsoft Access.