You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For implementing proper BLOBS support for the parameter(s) and result set(s) we should implement next strongly-typed classes for handling messages communicating between client and server
The ExternalDataRequest class that models the FDOEXT (External Data Request) DRDA message
The ExternalDataResponse class that models the EXTDTA (External Data Response) DRDA message
All these classes should use the DrdaReader/DrdaWriter classes created in the scope of issue #1 for reading/writing data into the TCP connection network stream.
The text was updated successfully, but these errors were encountered:
For implementing proper BLOBS support for the parameter(s) and result set(s) we should implement next strongly-typed classes for handling messages communicating between client and server
ExternalDataRequest
class that models theFDOEXT
(External Data Request) DRDA messageExternalDataResponse
class that models theEXTDTA
(External Data Response) DRDA messageAll these classes should use the
DrdaReader
/DrdaWriter
classes created in the scope of issue #1 for reading/writing data into the TCP connection network stream.The text was updated successfully, but these errors were encountered: