| Delphi .NET (2) Database (71) Delphi IDE (89) Network (39) Printing (3) Strings (12) VCL (83) Windows with Delphi (280) |
More than one 'NETDIR' for the BDE on one computer
Q: Note that you may have some difficulties while debugging if you don't also set the default 'NETDIR' on your development machine to the same as your program's. Note: BDE sessions with different Session.NetFileDir cannot access the same tables concurrently.
Setting the Session.NetFileDir in your application, (or suite of
applications) can isolate it from an incorrectly set default 'NETDIR'. I
usually set NetFileDir to a location relative to the shared application .EXE
file.
Comments:
| |||||||||