How can I create a folder via Oracle form builder?

笑着哭i 提交于 2019-12-23 05:36:09

问题


I want to know how I can create a folder via Oracle form Builder? Is it possible?

I mean I want to create a folder dynamically and after that open it using Internet Explorer to customer that customer easily copy his files.

I am using oracle 6i.


回答1:


In Forms 6i running in client/server you could use the HOST command like this:

HOST('md c:\somefolder\newfolder');

In later web-based versions of Forms you would use CLIENT_HOST instead of HOST.



来源:https://stackoverflow.com/questions/2964252/how-can-i-create-a-folder-via-oracle-form-builder

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!