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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I need more HELP !!! ( Calling foreign functions )

Status
Not open for further replies.

pikkiorock

Programmer
Nov 22, 2001
16
IT
Now I can call functions contained in the dll file I wrote in C....FORMS FIND the functions.... registers correctly library, functions, parameters and return types.... but it seems do NOTHING when executing.... how can I check ?
 
Make your C function create a file, then check whether this file has been created or not. Or return something from your C function to your pl/sql. You have multiple options.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top