We have an intranet site with a secure area protected by an LDAP (iPlanet Directory Server). After the user has been authenticated I need to be able to access the user name for use in applications within the secure area.
How do I access this (preferably with ColdFusion)? Does the LDAP store the...
In Oracle you can display hierarchical data in a tree like this:
select LEVEL, EMPNO, ENAME, MGR
from EMP
connect by prior EMPNO = MGR
start with MGR is NULL;
Is it possible to do a similar thing within Access?
I have a web page that opens a word document in a browser. I then want to run a VBScript that performs actions on the open document (eg. the Replace function). I have a script that will do this from the command prompt, but I don't know how to configure it to run from a browser.
The standalone...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.