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 bkrike 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. rhyswilliams

    SAX PL SQL ORACLE

    I have a problem trying to use SAX to get data from an XML file into an oracle database... I have downloaded the sample code from oracle, but to no avail; i can't get it to work.. Please can someone help me with getting the necessary procedures loaded into Oracle and a bit of sample code for...
  2. rhyswilliams

    PASSING CF_SQL_REFCURSOR TO ORACLE STORED PROCEDURE

    I want to pass a (non-oracle) coldfusion query 'recordset' to an oracle stored procedure using a CF_SQL_REFCURSOR. this is my code: <cfquery datasource=&quot;NATIVE&quot; NAME=NATIVEQUERY> SELECT * FROM NATIVETABLE </cfquery> <CFSET NEWVAL=99> <cfstoredproc...
  3. rhyswilliams

    URL with querystring variables in body of mailto tag

    on my site i have link that users can click to send pages to others. the problem is that some of these pages have multiple querysting variables that i am finding difficult to pass. this is an example of a link that does not work properly: <a...
  4. rhyswilliams

    CASE INSENSITIVE SEARCH LOB FIELD

    can anyone suggest how i can carry out a case insensitive search on a CLOB field in Oracle. NB i need to be able to search the entire field in one go each time. TIA Rhys
  5. rhyswilliams

    inserting separator via the registry

    Hi, I have created a *.REG file to add a custom button to the default toolbar in Internet Explorer. The button works fine, the problem is that i would like to add a separator between my 'custom' button and the default buttons on the toolbar aswell. That is to say that when i run the REG file i...

Part and Inventory Search

Back
Top