英文:
Low Level TCP/SSL protocol for db2
问题
Is the protocol to access db2 via tcp/SSL open and documented somewhere? Or the only way to get some knowledge is to reverse engineer it by myself?
访问 db2 通过 tcp/SSL 的协议是否是开放且有文档记录的?或者唯一获取知识的方式是自行逆向工程它吗?
英文:
I'm working with some legacy piece of software that uses its own client implementation to db2 on top of TCP.
Is the protocol to access db2 via tcp/SSL open and documented somewhere? Or the only way to get some knowledge is to reverse engineer it by myself?
答案1
得分: 2
你的遗留软件很可能实现了DRDA规范的某些部分,这是Db2使用的一组协议。
Apache Derby也实现了DRDA,因此你可以将其源代码用作起点。
英文:
Most likely your legacy software implements some part of the DRDA specification, which is the set of protocols Db2 uses.
Apache Derby also implements DRDA, so you could use its source code as a starting point.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论