Defining libraries in Designer 2000

From: Steve B <steve.bright_at_capgemini.co.uk>
Date: Mon, 8 Nov 1999 12:38:14 -0000
Message-ID: <806g7s$888$1_at_taliesin.netcom.net.uk>



[Quoted] Is there a way of defining a library in the D2K repository ????

Also is there a method of storing the functions which map to C dll's ????

I would like to have the following two definitions stored in the designer repository.....

CREATE OR REPLACE LIBRARY some_dll AS 'D:\some_directory\some_dll.dll';
/

CREATE OR REPLACE FUNCTION SEARCHFILES
( hPATTERN IN VARCHAR2,
  FILES IN OUT VARCHAR2 )
RETURN BINARY_INTEGER AS LANGUAGE C
LIBRARY some_dll
NAME "SearchFiles";
/

Cheers

Steve Bright

steve.bright_at_capgemini.co.uk Received on Mon Nov 08 1999 - 13:38:14 CET

Original text of this message