Bde.DBTables.TSession.NetFileDir

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property NetFileDir: String read GetNetFileDir write SetNetFileDir;

C++

__property System::UnicodeString NetFileDir = {read=GetNetFileDir, write=SetNetFileDir};

Properties

Type Visibility Source Unit Parent
property published
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TSession

Description

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

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 run time 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.)

See Also