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 Shaun E 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: pcorreia
  • Content: Threads
  • Order by date
  1. pcorreia

    Problems querying Active Directory in SQL 2000

    I am trying to use ADSI to query our domain's Active Directory. I used ADSI successfully to query the Exchange directory when we were on Exchange 5.5 but now that we are migrating to Exchange 2000 I need to query the Active Directory for the information I need. After running the following code...
  2. pcorreia

    CFMX Updater 3 Released

    Macromedia has released the ColdFusion MX Updater, version 3. The updater is Macromedia's version of a service pack for CFMX. General Information http://www.macromedia.com/software/coldfusion/special/updater/faq/ Release Notes (including list of fixes)...
  3. pcorreia

    OLEDB vs. ODBC Database Drivers

    Does anyone have any experience relating to performance benefits/drawbacks of using the OLEDB driver for SQL Server over the ODBC driver? Common sense tells me that the OLEDB driver should be faster, since ODBC on SQL Server is really just a wrapper for OLEDB anyway, but we've always used...
  4. pcorreia

    NumberFormat() mask length

    I'm not very familiar with using NumberFormat() but I have to update some code written by someone else. What I need to do is this: given a decimal value (3.1 or 14.99), format the number to two decimal places. The code used to look like this: #NumberFormat(myVar,"_.__")# but that...
  5. pcorreia

    Looking for a good menu script

    I'm looking for a good script that will do pop-up hierarchical menus, in the style of Webreference's HierMenus script: http://www.webreference.com/dhtml/hiermenus/ I'm not crazy about the actions that WebReference has been taking lately -- they completely changed the licensing for this script...
  6. pcorreia

    Problems with xsl:sort using IE5.5 for XSLT

    Sorry if this is a long post, but I wanted to include all the necessary code! Thanks in advance for any help... I'm having problems getting the <xsl:sort/> element to do what I want it to. I'm trying to use XSLT to transform an XML employee list into XHTML. The structure of my XML document...

Part and Inventory Search

Back
Top