Hi All,
I am trying to convert a class written in D7, which contains (among other things) a dataset and datasource, to D8. This class then exposes the datasource as a property which can then be assigned to data aware components (ie. Grids) to display the data.
In D8, I am using the ODBC connection, command and data adapter objects as well as the native ADO dataset as a replacement. Using these objects I can retrieve the data from any database without problems. But I am having trouble making the data contained in the dataset available as I have been unable to find an equivalent D8 datasource.
Can anyone offer some suggestions or places to start looking?
Thanks,
WB
I am trying to convert a class written in D7, which contains (among other things) a dataset and datasource, to D8. This class then exposes the datasource as a property which can then be assigned to data aware components (ie. Grids) to display the data.
In D8, I am using the ODBC connection, command and data adapter objects as well as the native ADO dataset as a replacement. Using these objects I can retrieve the data from any database without problems. But I am having trouble making the data contained in the dataset available as I have been unable to find an equivalent D8 datasource.
Can anyone offer some suggestions or places to start looking?
Thanks,
WB