Hi,<br>I would like to know how to set values to values to SQL_*  constants while creatinga db connection through pyodbc module.<br>For example, i am getting a connection object like below:<br><br>In [27]: dbh1 = pyodbc.connect(&quot;DSN=&lt;dsn&gt;;UID=&lt;uid&gt;;PWD=&lt;pwd&gt;;DATABASE=&lt;database&gt;;APP=&lt;app_name&gt;&quot;)<br>

<br>In [28]: dbh1.getinfo(pyodbc.SQL_DESCRIBE_PARAMETER) <br><br>Out[28]: True<br><br>I want to set this SQL_DESCRIBE_PARAMETER to false for this connection object. How could i do that?<br>Please help me in figuring it out.<br>

<br>Thanks,<br>Srini<br>