The absolute did not work for me since the method appears to be wanting
a folder item as a path so I did the following:
dim orPath As FolderItem
orPath = GetFolderItem("C:\oracle\product\10.2.0\client_1\BIN\oci.dll")
con.SetFileOption con.kOptionLibraryOracle, orPath
And that works great!
Thanks for setting me straight Christian.
Have a great weekend.
Craig Boyd
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of
Christian Schmitz
Sent: Friday, August 03, 2012 4:33 PM
To: MBS Real Studio Plugin List
Subject: Re: [MBS] Oracle Connect Example fails
On 03.08.2012, at 23:15, "Boyd, Craig" <[email protected]> wrote:
> So do I pass it something like this:
> con.SetFileOption con.kOptionLibraryOracle,
What's that?
You can't pass a full path to child() function.
maybe better use this:
con.SetOption con.kOptionLibraryOracle,
"c:\oracle\10.2.0\client_1\bin\oci.dll"
and simply pass absolute path using SetOption.
Greetings
Christian
--
Check out the Omega Bundle:
http://www.omegabundle.com/
_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
[email protected]
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftwa
re.info
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. If the reader of this message is not the intended recipient,
you are hereby notified that your access is unauthorized, and any review,
dissemination, distribution or copying of this message including any
attachments is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete the material from any
computer.
_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
[email protected]
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info