Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to use Exported functions of DLL files

Status
Not open for further replies.

BlackField

IS-IT--Management
Oct 3, 2001
1
CZ
Hi ORA guru's !

Please, how to use exported function from DLL (data dynamic library) - in stored objects ( procedure / function ) on Oracle server ?

P.S. Attach a sample file.

Thankx.
Best regards
Tomas
 
You wont be able to directly read DLLs on a server, assuming you are talking about Windows DLLs.

The only way to acheive this would be to create an application local to the PC that would be able to use the DLL and transfer the required information into the database. PRO*C or Oracle Forms can be used to do this.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top