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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by gerickpa

  1. gerickpa

    is it doable ?

    I am also still learning these stuff. Can you please post the code here? I've looked at the site http://www.jenitennison.com/xslt/grouping/index.html and tried the code advised on the post but I am not getting any result. Also, the format of the XML I'm using is the one that you retrieve from...
  2. gerickpa

    How can I access a Oracle CLOB object from ASP?

    Hi ehsant, The problematic line is this: OraDatabase.ExecuteSQL "begin PACKAGE_NAME.SPP_GET_XML (:pv_sSQL, :pv_sXML); end;" which executes the packaged stored procedure. The CreateObject, OpenDatabase and the addition and binding of parameters all go through fine. Of course, in my...
  3. gerickpa

    How can I access a Oracle CLOB object from ASP?

    Hi ehsant, I have a stored procedure called SPP_GET_XML defined in a package called PACKAGE_NAME. Its declaration is as follows: PROCEDURE SPP_GET_XML ( pv_sSQL IN VARCHAR2, pv_sXML OUT CLOB); and it supposedly places the XML output into pv_sXML based on the SQL statement passed through...
  4. gerickpa

    How can I access a Oracle CLOB object from ASP?

    Hi ehsant, Sorry for not responding back sooner. I got busy with other stuff. Anyway, I was already going in this direction (OO4O) but I got stumped with the error I'm getting. In my ASP code, I defined a parameter (for the XML data) to be an output parameter with the Parameters.Add method and...
  5. gerickpa

    How can I access a Oracle CLOB object from ASP?

    Hi all, I have posted this also in the ASP forum but somebody here might have an answer. I am currently using Oracle 8i and been trying to use Oracle XSU in order to generate the resultset of a query as XML. I need to return the XML back to the ASP (Classic ASP, not .NET) page. Since the XML...
  6. gerickpa

    How can I access a Oracle CLOB object from ASP?

    Hi all, I am currently using Oracle 8i and been trying to use Oracle XSU in order to generate the resultset of a query as XML. I need to return the XML back to the ASP (Classic ASP, not .NET) page. Since the XML string can exceed 4000 characters, I am returning it from the stored procedure as...

Part and Inventory Search

Back
Top