Microsoft
Software
Hardware
Network
Question : Specify a Path
Hi,
I need to specify a path, the path should be in the folder Data in my own application folder.
What do I do wrong?
DataPath := '..\Data\'; <===================
dbUTF.Params.Add('PATH=' + DataPath);
Peter Kiers
Answer : Specify a Path
you are looking for a relative path to the current directory
DataPath := ExtractFilePath(ParamStr(0
)) + '\DATA\';
this will take directory from exe and add \data\
Random Solutions
HTTPS keeps Rest connection [RST,ACK]
DELL LATITUDE D610 80GIG STUCK IN BOOT LOOP
How do most developer handle localization in .NET?
Return Ref
Blackberry browser 400 error - socketexception Connection reset
ASP Connection String vs. Database Access DLL
iPhone citrix reciever with Citrix Access Gateway
Blank screen After WIn XP splash screen.
SSRS 2008 Data-Driven Subscription Errors - Email not sent
No Networking Installed on Windows 2008 VM After Migrating From VMWARE Server to ESXi Server