Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有问题 frmjdapi 库。我编写了将 Oracle 表单、菜单和库从 6i 编译到 11g 的脚本。我找到了 AttachedLibrary,但它只将 Oracle 库附加到菜单和表单。如何使用此类将库附加到库或存在其他内容?
方法很简单,当您将 pll 文件转换为 pld 时,所有库都按格式列在 pld 顶部:
.attach LIBRARY some_library END NOCONFIRM\r\n
所以在编译 pll 之前将其转换为 pld 并将库添加到列表的后面。然后将其转换回 pll 并附加库。