Xref: alice comp.databases.oracle.tools:35219
Path: alice!news-feed.fnsi.net!newsfeed.icl.net!dispose.news.demon.net!demon!ayres.ftech.net!news.ftech.net!baron.netcom.net.uk!netcom.net.uk!not-for-mail
From: "Steve B" <steve.bright@capgemini.co.uk>
Newsgroups: comp.databases.oracle.tools
Subject: Defining libraries in Designer 2000
Date: Mon, 8 Nov 1999 12:38:14 -0000
Organization: (Posted via) Netcom Internet Ltd.
Message-ID: <806g7s$888$1@taliesin.netcom.net.uk>
X-Trace: taliesin.netcom.net.uk 942064700 8456 194.42.240.2 (8 Nov 1999 12:38:20 GMT)
X-Complaints-To: abuse@corp.netcom.net.uk
NNTP-Posting-Date: 8 Nov 1999 12:38:20 GMT
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 5.00.2314.1300
X-MIMEOLE: Produced By Microsoft MimeOLE V5.00.2314.1300
Lines: 30

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@capgemini.co.uk



