CentauriAudio
Programmer
I am developing database app with DB tables and BDE. I also want to have an .ini file residing in the database folder, therefore I need to extract the path name from the database alias.
Apparently, this can be done using Session.GetAliasParams(), and from what I have been able to find out, the Session component should exist globally automatically with BDE enabled applications.
However, the compiler compains that 'Session' is undeclared.
Anyone have experience with Session, and can anyone enlighten me as the the resultant format of Session.GetAliasParams() ?
Thanks
Graeme
Apparently, this can be done using Session.GetAliasParams(), and from what I have been able to find out, the Session component should exist globally automatically with BDE enabled applications.
However, the compiler compains that 'Session' is undeclared.
Anyone have experience with Session, and can anyone enlighten me as the the resultant format of Session.GetAliasParams() ?
Thanks
Graeme