Hi,
I'm hoping someone here might help me.
The company I work for would prefer that I use MySQL instead of MSSQL. So I downloaded the latest driver (6.1) and am porting the DB layer.
However I can not find the BeginExecuteReader function which takes a callback as parameter.
Is this for a reason? Or does it work differently with MySQL?
As far as I can see it, if the code doesn't raise a Callback, I would need to poll which makes it slow. Using a blocking thread per connection is also something I want to avoid.
Anyone ideas how to tackle this? (apart from altering the driver which is probably beyond my powers)
R