"Bill Schwab" <
[hidden email]> wrote in message
news:b81f4g$5gbl9$
[hidden email]...
> Hello all,
>
> I'm getting a large number of messages that read as follows:
> '01S02: [MySQL][ODBC 3.51 Driver][mysqld-4.0.12-nt]Option value changed to
> default static cursor'
>
> Some google searching suggests that it's a MySQL ODBC driver problem. Any
> confirmation/refutation or ideas on where to silence the messages would be
> appreciated.
The simplest way would be to add an override of #defaultAction to DBWarning
which does nothing. This will suppress all information messages, but you
could make it more sophisticated.
Regards
Blair