Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

I'm developing a DBMS that should be able to connect to IBM DB2 via the DRDA protocol. I found a DRDA reference manual that mentions "DRDA Implementation Programmer's Guide, SC21-9529" as a publication about DRDA, and seems that this manual is exactly what I was looking for. The problem is, I am unable to find it on the net.

Where can I obtain this document or another comparable document that explains implementing DRDA?

share|improve this question
1  
You should try calling IBM. They might make the document available to you for a nominal fee. There is also this: opengroup.org/dbiop – Robert Harvey Feb 16 '12 at 16:19
2  
To those flagging: I have yet to see a reason to close this. I searched under both the document title and document ID and there is no apparent way to purchase or download this document. There is no reference to it being superceded by another document. There is nothing, aside from it's name being referenced in other documents. Someone familiar with this specification should be able to point toward where to obtain this publication or other, similar, useful documents that cover the same topics. – Thomas Owens Feb 16 '12 at 16:22
@ThomasOwens: The only real problem that I have with this question is that it can only be answered with a link, and link-only answers are specifically discouraged on the SE network. – Robert Harvey Feb 16 '12 at 18:06
1  
@RobertHarvey I would expect some additional text that identifies the publisher of the document, date of publication, if there is ongoing work to revise the document, and so on. – Thomas Owens Feb 16 '12 at 18:07
@ThomasOwens: Alright, I will try that. – Robert Harvey Feb 16 '12 at 18:09
show 1 more comment

1 Answer

up vote 1 down vote accepted

The Distributed Relational Database Architecture (DRDA) Version 5 standard is available online as a free PDF download from The Open Group's Publications Catalog. It comprises 3 volumes:

The current version (as of this writing) was published in August 2011. It supersedes DRDA v4 (C066, C067, C068) published in April 2007, which in turn superseded DRDA V3 (C043, C044, C045) published in January 2004.

share|improve this answer
Thanks, but I already have those ones. I found the reference to the manual I'm looking for from Vol. 1 p. 22. Reference manuals are good, in fact, now I'm using them(and a sniffer) to start my development. I'm looking for other manual just because looks like it can guide me better and help to avoid some errors in design. – dtumaykin Feb 16 '12 at 18:34
Then you need to call IBM. – Robert Harvey Feb 16 '12 at 18:36
thanks, will try to call tomorrow – dtumaykin Feb 16 '12 at 18:39

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.