RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSession.NetFileDir Property

Specifies the directory that contains the Borland Database Engine (BDE) network control file, PDOXUSRS.NET.

Pascal
property NetFileDir: String;
C++
__property AnsiString NetFileDir;

Use NetFileDir to specify the directory that contains the BDE network control file, PDOXUSRS.NET. This file governs the sharing of Paradox tables on network drives. All applications that share Paradox tables on a network directory must specify the same value for this property, and must have read, write, and create rights for the directory. 

The library derives an initial value for NetFileDir from the BDE configuration file for the Paradox driver. Any value assigned to NetFileDir at design time or runtime overrides the BDE configuration setting.

Note: Any value you assign to NetFileDir is not saved to the BDE configuration file. (Even if you call the SaveConfigFile method.)
 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!