[squeak-dev] Re: MySQL question?

Andreas Raab andreas.raab at gmx.de
Wed Jan 13 02:52:50 UTC 2010


Mariano Martinez Peck wrote:
> On Wed, Jan 13, 2010 at 12:10 AM, Andreas Raab <andreas.raab at gmx.de 
> <mailto:andreas.raab at gmx.de>> wrote:
> 
>     Mariano Martinez Peck wrote:
> 
>            RHEL 5.3 + unixODBC + MySQL. BTW, it's not as if ODBC doesn't
>            support asynchronous operations either (see for example
>          
>          http://msdn.microsoft.com/en-us/library/ms713563%28VS.85%29.aspx)
> 
>         Thanks for the link. I wasn't aware of that. However, do you
>         know which function does the squeak ODBC driver calls ? because
>         maybe there are asynchronous  queries, but the driver is calling
>         the synchronous ones.
>          
> 
> 
> And even more, I don't know which ODBC version does the ODBC squeak 
> version supports. This asynchronous queries seems to be from 3.8. Is 
> that supported ?

You're misreading the information. It says prior to 3.8 only statement 
operations could be executed asynchronously (not connect and some 
other). I had started to implement async support only to find that the 
unixODBC MySQL driver doesn't support it. So I dropped it as a waste of 
time :-)

Cheers,
   - Andreas



More information about the Squeak-dev mailing list