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
Error message from Symantec Mail Security
How to remove new line from a string
Oracle Error "To many precesion Specifiers"
Virtualization, what it is possible and hardware requirements
How do I reverse tunnel with Putty?
A Web Exception occurred because an HTTP 401 - Unauthorized response was received from Unknown
phpmailer errorInfo
emc cx600 - how do I get dell 64 bit server to see the emc harddrives
Flex custom component to layout in center of page...
Group By Sql Query