Whenever ADO (DBgo) will be disontinued or someone wants to bring an ADO-Windows based application to the UNIX world withourt rewritting the application a translation of the ADO classes given in the unit unit Data.Win.ADODB; to new correponding ZEOS based classed might help here. For TADOConnection a mapping into TZConnection during this excange is obvious, same for TADOTable, TADOQuery .....
For starting this job for not yet existing classes now need to convert this code is using the TADOBlobStream class. As mentioned I want to create a TZEOSBLobStream Class instead of it to minimize code refactoring work
What is the best way to create a compatible class in ZEOS ? And how to consider the other classes given in the ADO unit like
TADOCommand = class; TCustomADODataSet = class; TADODataSet = class; TParameters = class; .....
TADOCommand = class;
TCustomADODataSet = class;
TADODataSet = class;
TParameters = class;
;