Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread ModifyRemoteConfig
Wed, May 10 2006 12:15 PMPermanent Link

Abdulaziz Jasser
Hello,

I am trying to set some server settings using "ModifyRemoteConfig" method of TDBISAMSession in C/S
environment through my application, and I am facing a problem here.  One of the parameters is the
TempDirectory.  The question, how to leave that without changed?  I other words, how can set the other
parameters and leave that one without changed?  I use DBISAM version 3.30 C/S with source code.

Regards,
Abdulaziz Jasser
Wed, May 10 2006 3:44 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Abdulaziz,

<< I am trying to set some server settings using "ModifyRemoteConfig" method
of TDBISAMSession in C/S environment through my application, and I am facing
a problem here.  One of the parameters is the TempDirectory.  The question,
how to leave that without changed?  I other words, how can set the other
parameters and leave that one without changed?  I use DBISAM version 3.30
C/S with source code. >>

Call the GetRemoteConfig method first to populate the parameters with the
existing values.

--
Tim Young
Elevate Software
www.elevatesoft.com

Thu, May 11 2006 12:51 PMPermanent Link

Abdulaziz Jasser
Thanks Tim...
Image