Mike Hillyer mentions that "The fourth cursor type, adOpenKeySet, is not currently supported by MySQL / MyODBC."
I have a VB application that is specifying the adOpenKeySet cursor property, and it still returns a recordset. As no error is being returned, I guess that the ODBC connector is setting the cursor type to something else.
Anyone know what it would be changing it to behind the scenes?
What I have tried:
Used adOpenKeySet cursor property, and it still returns a recordset. As no error is being returned