MyODBC warning message

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

MyODBC warning message

Bill Schwab-2
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.

Have a good one,

Bill

--
Wilhelm K. Schwab, Ph.D.
[hidden email]


Reply | Threaded
Open this post in threaded view
|

Re: MyODBC warning message

Blair McGlashan-2
"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