Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement proper BLOBs support #6

Open
2 tasks
OlegRa opened this issue Jul 23, 2020 · 0 comments
Open
2 tasks

Implement proper BLOBs support #6

OlegRa opened this issue Jul 23, 2020 · 0 comments
Assignees

Comments

@OlegRa
Copy link
Contributor

OlegRa commented Jul 23, 2020

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.

@OlegRa OlegRa added this to the SQL statements milestone Jul 23, 2020
@OlegRa OlegRa self-assigned this Jul 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant