Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Configuration file path.
Sun, Jul 20 2014 10:21 AMPermanent Link

Abdulaziz Al-Jasser

Hi,
Is there a way (By SQL, Methods, or properties) to get the path of the configuration file in C/S environment?  I am trying to get the path of the configuration file so I can register the external module and create the stored procedures remotely through the application.

Regards,
Abdulaziz Jasser
Sun, Jul 20 2014 11:42 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Abdulaziz


The path is relative these days eg

CREATE MODULE "nlhFunctions" PATH 'nlhfunctions.dll'

will assume the module is in with the configuration file.

So the difficulty is getting the modules to the right place to start with. If you've got that sorted you're fine.

I think there is a way to find the path but I can't find any reference to it - I'm probably using the wrong terms in my lookup Frown

Roy Lambert
Sun, Jul 20 2014 1:40 PMPermanent Link

Abdulaziz Al-Jasser

Thanks Roy that did it.
Regards,
Abdulaziz Jasser
Image