Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. gadabout

    ActiveXControl and ActiveXDocument

    What is the difference between ActiveControl and ActiveXDocument? I want to develop a website, leave alone browser compatability, which one should I prefer? Which one I should not? Is possible to make the page interactive using client side scripting? Any Comments on this will be helpfull and...
  2. gadabout

    LDAP and Transaction

    Hi, I have done a small user management system using OpenLDAP and JNDI API. Now I am planning introduce transaction in to this system. I am using Berkeley DB as OpenLDAP storage application. Can anybody help me how to implement transaction? Thanks
  3. gadabout

    Catch all exceptions

    Try this : try { blah; blah2; whoops; } catch (Throwable n) { System.out.println("OH NO!"); }
  4. gadabout

    Diff bet string.split and StringTokenizer

    Thanks for the clarification
  5. gadabout

    Diff bet string.split and StringTokenizer

    What is difference between string.split function and StringTokenizer class?
  6. gadabout

    Suitable Java API for LDAP

    I am new to LDAP. I wanted to try out some samples in LDAP. To my surprise i found that Few examples used Directory package(javax.naming.directory) and some used particularly LDAP(javax.naming.ldap). What is the difference between these two? Are both these same or does one have advantage over...

Part and Inventory Search

Back
Top