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 derfloh 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: *

  • Users: Raste
  • Order by date
  1. Raste

    Synchronized in VB? (Threads)

    Well, it did help me because when i tried to search for the <Synchronization()> attribute, i found the Monitor object which has the following methods Monitor.Enter(Object) ..do stuff with Object. Monitor.Exit(Object) , and it worked very well, so thanks for the hint :)
  2. Raste

    Synchronized in VB? (Threads)

    Hi. Is there any way to protect a method in a threading evnironment, so that only one thread gets to call the function at a time (like the synchronized attribute in java)?
  3. Raste

    apache

    You need to give apache execute rights to the folders you want access to from apache (and any folders in the path). ex: chmod o+x /home chmod o+x /home/user should give apache acces to the /home/user direcory
  4. Raste

    How to do MD5SUM in PL/SQL

    Hm. I figured it out. sys.dbms_obfuscation_toolkit.md5( input_string => V_inputstring, checksum_string => v_md5sum );
  5. Raste

    How to do MD5SUM in PL/SQL

    Does someone know how to create MD5SUMS in PL/SQL? I thought of calling the unix-command, but if PL/SQL has this functionality I would prefer to use that. /R
  6. Raste

    Convert characters to HTML entities

    Thanks :)
  7. Raste

    Convert characters to HTML entities

    Does someone know how to escape urls then. (URL Escaping mentioned earlier)?

Part and Inventory Search

Back
Top