1 message in com.mysql.lists.plusplusDoes MySql support dynaset recordset ...
FromSent OnAttachments
Alex Saprykin22 Jun 2002 12:23 
Subject:Does MySql support dynaset recordset types ?
From:Alex Saprykin (sa@serdi.ru)
Date:06/22/2002 12:23:18 PM
List:com.mysql.lists.plusplus

Hello !

Does MySql support "dynaset recordset types" ?

I'm using VC++ and trying to open a table with a class derived from CRecordset. In constructor of my class I wrote:

m_nDefaultType = dynaset;

But when I execute my programm, a window pops up stating that ODBC driver does not support dynaset recordset types.

But if write:

m_nDefaultType = snapshot;

Everything works fine.

What should I do else to open my table as dynaset ?