| View previous topic :: View next topic |
| Author |
Message |
sam Guest
|
Posted: Thu Apr 19, 2007 3:42 am Post subject: UDL and Path |
|
|
I am using a *.UDL file to store ADO Connection information.
My question is:
How do I refrence the current Application path as the location of the UDL
file
instead of having to use the whole path
TIA
Sam |
|
| Back to top |
|
 |
AlexB Guest
|
Posted: Thu Apr 19, 2007 8:10 am Post subject: Re: UDL and Path |
|
|
sam wrote:
| Quote: | I am using a *.UDL file to store ADO Connection information.
My question is:
How do I refrence the current Application path as the location of the
UDL file instead of having to use the whole path
|
ExtractFilePath(Application->ExeName) + "My.udl"
--
Alex. |
|
| Back to top |
|
 |
|