My host program is connecting to ORACLE using BDE. After connecting I am calling my DOA DLL and I want to use the same Database Session. The DOA documentation makes reference to a Login Data Area and that I need to pass the pointer to the LDA to my DLL. What the heck is the LDA and how do I...