Oracle 7 ProC++预编译代码
我正在修改一个使用 Oracle 7 ProC++ 预编译代码 (SQLLIB18.LIB) 的旧 DLL,并且没有此版本的任何文档。甲骨文也没有带来任何喜悦。
有谁知道下面编译单元数据中的数字代表什么?
static const short sqlcud0[] = {8,4130,2,0,0,1,189,0,6,49,0,11,11,0,2,7,68,66,95,78,65,77,69,3,97,0,0,3,5,0,0,3,97,0,0,3,97,0,0,3,97,0,0,3,3,0,0,3,5,0,0,3,5,0,0,3,5,0,0,3,97,0,0,};
I am modifying an old DLL which uses Oracle 7 ProC++ precompiled code (SQLLIB18.LIB) and don't have any documentation for this release. No joy back from Oracle either.
Does anyone know what the numbers in the following compilation unit data represent?
static const short sqlcud0[] = {8,4130,2,0,0,1,189,0,6,49,0,11,11,0,2,7,68,66,95,78,65,77,69,3,97,0,0,3,5,0,0,3,97,0,0,3,97,0,0,3,97,0,0,3,3,0,0,3,5,0,0,3,5,0,0,3,5,0,0,3,97,0,0,};
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,我相信这是由 Oracle ProC 预编译器生成的代码,即使您拥有整套手册,也不太可能为公众提供文档。我确实在 Oracle 网站上找到了 V7.3.4 文档 的链接。我想你应该没有原始的 ProC 源代码吧?
Unfortunately, I believe this is code produced by the Oracle ProC precompiler, and is not likely to be documented for the general public, even if you have the entire set of manuals. I did find a link to V7.3.4 documentation on Oracle's website. I don't suppose you still have the original ProC source code?