How can I transform..

Hi,
I want to transform the XML resultset I get from querying the oracle database in a format
which can be easily loaded in to ADO Recordset. Is there any easy thing available
to do this transformation ? Any component or XSL ?

Can you please let me know the first few important steps I need to follow to get "ADO recordset compatible" XML, from the XML I get from Querying the database ? Please point me at specific classes, methods and XSL files available.
Thanks and Regards,
Kiran

Similar Messages

  • How can we transform a video from progressive to interlaced with final cut?

    How can we transform a video from progressive (720x1080 50p) to interlaced (PAL) with final cut pro???????
    The video is taken with Sony EX3

    Hi Nick
    Sorry but your first link says +"The file you are trying to access is temporarily unavailable."+ ... but tell me, are you viewing these interlaced encodes yourself on an interlaced monitor (eg are you burning them to disc and viewing on a TV) as they are meant to be seen, or are you just playing them back from file on your (progressive) computer display?
    By the way, I did manage to download your source file and encoded it here. Looks ok to me ... in a addition to the instruction above, I also changed the Field Dominance in the Encoder > Video Format tab to Top First (it defaulted to progressive due to the progressive source file).
    Let me know if that helps
    Andy

  • How can i transform MFC HWND into jpanel or jframe instance

    Hi!
    I want to open a MFC window, then with the HWND , i want to open java subwindow created inside the MFC window with the HWND, i wonder if there is a way. how can i transform the HWND into jpanel or jframe instance.

    Look at the article in CodeProject and read the example in it. The other questions you can send to my email because I cannot give you concrete response in this forum.

  • How can I transform XML-DB to Relational DB?

    How can I transform XML-DB to Relational DB?
    I want to transform Oracle 9i XML-DB to Oracle 8i R-db
    please tell me how to do this .
    thank you

    hi
    good
    its idoc_xml or idoc_xml_transform
    go through the below link hope it ll help you to solve your problem
    Check with below link :
    Re: IDOCS_OUTPUT_IN_XML_FORMAT -- IDOCS_OUTPUT_TO_FILE
    Re: any function module to write-xml schema of a idoctype to an internal table
    /people/michal.krawczyk2/blog/2005/11/13/xi-how-to-check-your-idocs-on-a-web-page-from-sapgui -> this will help you
    thanks
    mrutyun^

  • How can we transform opacity mask of an art?

    Hello All,
    I have created one triangle and created one opacity mask for that traingle. Look into the opacityMask.jpg file
    Now I have used AITransfromSuite::Transfrom( ) function to transfrom the traingle art. Traingle is transformed to a new location but the opacity mask is not transfromed? Look into the transfromedTriangle.jpg file.
    So, could you please tell me how can we transfrom opacity mask so that both inputTriangle and transformedTriangle are same??

    Hi,
    I'm not sure having totally understood your request.
    Do you want to apply a translation matrix to an art or to its opacity mask?
    Do you want to make a copy of an existing art and translate this copy?
    Anyway, even if you make a copy of an existing art and translate it, the copy should have the same aspect!
    Then, you have the stuff to complete your task:
    reply for a question you posted days ago:
    http://forums.adobe.com/message/2410622#2410622
    should be ok.
    Best regards,
    Thomas.

  • How can I transform an image into a different design?

    I've used the Distort effects in AE to modify the following video:
    Into this:
    I'm a pretty pleased with the results.  I simply used the Transform and Mirror effects.
    However, I have a bunch of other designs which I can't distort into a good alternative design by using the same method.  Here is an example:
    I am hoping some of you very clever people can come up with a method I can use for transforming this sort of design into something decent!
    Thanks!

    Thanks for the replies!
    I realise this is a broad question.  I will elaborate on the images from my first post in order to provide more details:
    1)  I have generated a number of animated designs, the blue image when animated looks like moving electricity.  All of the designs are geometric patterns of one form or another.  I have around 50 of these designs.
    2)  I want to create variations on these geometric animations. Rather than start from scratch and create a brand new design (which is a lengthy process), I want to use the effects in After Effects to create variations.  In the example I provided, I took the blue design and used a number of effects to create the green design.
    3)  Essentially, I now have two different animations.  The blue original, and the green variation.
    4)  Here is my question.  Are there any specific effects within After Effects, that allow me to distort an image/animation to such a degree that it essentially looks like a different image/animation?  So far, I have used Transform and Mirror.
    I gave Kaleidoscope a try, and that gave some good results, so thanks for that suggestion.
    5)  The problem I am having is that some of my other designs are more or less 'symmetrical' in appearance - like the yellow image from my first post.  The Transform, Mirror and Kaleidoscope effects do not really distort the symmetrical animations enough.  This is because they simply tend to either rotate the image (which is a circle, so rotating it does little), or they mirror the design (which again does little as the image is a circle).  So, are there any other effects I can choose which will distort a symmetrical geometrical design, whilst still retaining a degree of geometric appearance?
    I thank you again for your time, it really is appreciated!
    EDIT:  As Todd Kopriva suggested, here is the link to the other forum post:  http://forums.creativecow.net/readpost/2/1008997  - I forgot to link back to this forum from there.  I will add that shortly.

  • How can I transform xml to idoc with idoc_xml?

    Hi,
    I have to send shipping orders and receive shipping confirmations via the idoc_xml webservice. At this time I am able to send the shipping orders to a destination. Now I am trying to send xml data back to the idoc_xml service who should transform this xml (SHPCON) to an idoc and "books" this shipping confirmation automatically. But how should the xml look like to get this work?

    hi
    good
    its idoc_xml or idoc_xml_transform
    go through the below link hope it ll help you to solve your problem
    Check with below link :
    Re: IDOCS_OUTPUT_IN_XML_FORMAT -- IDOCS_OUTPUT_TO_FILE
    Re: any function module to write-xml schema of a idoctype to an internal table
    /people/michal.krawczyk2/blog/2005/11/13/xi-how-to-check-your-idocs-on-a-web-page-from-sapgui -> this will help you
    thanks
    mrutyun^

  • How can I transform a 3D world coordinate to a 2D device coordinate?

    I have been working with Java 3D for a few months and I can create a scene graph and display it. Now, I want to transform a 3D world coordinate to a 2D device coordinate. I don't want to draw the 3D point in the scene, I just want to know what the 2D coordinates would be. Does anyone know what sequence of transformations must be made to do this?

    Thank you for your reply. I used your code and it solved most of my problems. However, I can't get it to apply a perspective projection to the point in question.
    I took the following line of code from your response above.
    view.getCanvas(0).getPixelLocationFromImagePlate(somePointInNode, awtPoint);From your code, and the javadoc that I've read, it appears that it should perform a perspective projection, but in my case it doesn't.
    I have included output from my program below. I wrote a program that displays the x, y, and z axes on a Canvas3D. The viewpoint is looking down the z-axis with the positive x-axis pointing to the right and the positive y-axis pointing up. I then used your code to compute 2D points at the origin and along each of the three axes (calls 1-4 in my output). On the Canvas3D, the origin and the point along the positive z-axis are at two distinct locations, as one would expect of a perspective projection. However, when I compute the 2D location using your code, the 2D points are identical, as one would expect of a parallel projection. My view's projection policy is PERSPECTIVE_PROJECTION, but as my output below shows, the transformation from somePointInNode to awtPoint in calls 1 and 4 appears to be created as if it is a parallel projection. It is as if the z component is ignored. Why? Am I doing something wrong?
    My output:
    projection policy = perspective projection
    call 1:
    somePointInNode
    origin: x=0.12699998915195465 y=0.15931445360183716 z=0.0
    awtPoint
    x=445.999961562044 y=435.4999675525455
    call 2:
    somePointInNode
    x-axis: x=0.2528710961341858 y=0.15931445360183716 z=0.0
    awtPoint
    x=891.9999469321543 y=435.4999675525455
    call 3:
    somePointInNode
    y-axis: x=0.12699998915195465 y=0.2851855605840683 z=0.0
    awtPoint
    x=445.999961562044 y=-10.500017817564867
    call 4:
    somePointInNode
    z-axis: x=0.12699998915195465 y=0.15931445360183716 z=0.12587110698223114
    awtPoint
    x=445.999961562044 y=435.4999675525455

  • How can i transform a file stream into a stream of a block blob to download block blobs?

    I want to change this code to work with block blobs, but I can't seem to figure it out on my own
    // initialize the http content-disposition header to
    // indicate a file attachment with the default filename
    System.String disHeader = "Attachment; Filename=\"" + "sample.txt" +
    Response.AppendHeader("Content-Disposition", disHeader);
    // Download the blob to a file stream.
    using (FileStream fs = new FileStream(this.Server.MapPath(@"Data\data.txt"), FileMode.Open))
    int chunkSize = 4096;
    byte[] buffer = new byte[chunkSize];
    int read = 0;
    Response.AddHeader("Content-Length", fs.Length.ToString());
    do
    read = fs.Read(buffer, 0, chunkSize);
    Response.OutputStream.Write(buffer, 0, read);
    } while (read > 0);
    fs.Close();
    fs.Dispose();
    Response.End();

    Hi,
    What detailed scenario do you want to achieve? If you want to download files from block blob stream, please have a look at below article.
    #http://azure.microsoft.com/en-us/documentation/articles/storage-dotnet-how-to-use-blobs/
    If I misunderstand, please feel free to let me know.
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How can I transform a rectangle to a heart with Premiere Pro CS5?

    Hello, is there a way to transform / morph a rectangle to a heart with PPro CS5 or do I need special software / plug in?

    Yes, animating paths is relatively easy in After Effects.
    If you have questions, bring them to the After Effects forum.

  • How can I transform an object in a picture to white only?

    is it possible to make this stadium into a vector image that is white? I would like to make a t-shirt but I don't know if it's possible to change pictures to a white vector image.
    Any feedback would be greatly appreciated.
    thanks

    This is not possible in Numbers as-is.  Perhaps with an Applescript.

  • How can i transform lowercase char in uppercase char automatica​lly

    I would like that when you write lowercase char in a control string these char be converted automaticaly in uppercase char in this string

    wire the control to the "To Upper Case" function and that output to a
    local variable of your control.
    niko
    tlap wrote:
    > I would like that when you write lowercase char in a control string
    > these char be converted automaticaly in uppercase char in this string

  • How can I display some OrdImages using a Applet in html or Jsp?

    hi
    I want to use a applet to display some images retrieved from intermedia OrdImage Object.
    Now ,I know that a applet can display some image objects or some images with their own filepaths. But we can get ordimag objects from Oracle database.And we can image data or image properties by ordimage java mathod. It is in html/Jsp environment. So how can I transform from ordimage to applet?? I appreciate someone who can help me!
    Bill

    Do you mean applet or Servlet?
    An Applet is java code that is downloaded over the web and runs in a web browser environment. Is this what you are doing?
    I suspect you are really talking about servlet/JSP environments, and the ability to include images from the database in a web page.
    In either case (applet or servlet), you want to be able to access images via a URL. For a Servlet/JSP/web page, this URL will be specified in a HTML <IMG> tag with a key as a parameter to the image you wish to view. Images are not in-line downloaded in a web page. They are access after the HTML is loaded, and are accessed with URLs, sometimes relative URLs rather than fully specified URLs.
    To deliver images to the web from the database using the PL/SQL gateway and iAS, where the procedures are generated by a wizard, see:
    http://otn.oracle.com/software/products/intermedia/htdocs/descriptions/imedia_code_wizard.html
    You can create a simple servlet (JSPs can not deliver binary data) that delivers database images using java classes. See:
    http://otn.oracle.com/software/products/intermedia/htdocs/descriptions/servlets_jsp.html
    http://otn.oracle.com/sample_code/products/intermedia/htdocs/intermedia_servlet_jsp_samples/imedia_servlet_jsp_readme.htm
    for a sample.

  • How can I Migrate a Segmented Chart of Account with DTW?

    Hello.
    If anyone could help me to solve this problem I would be most gratefull...
    The templates installed in SAP Business One under the DTW folder do not include a segmented chart of account template, so I would like to know how can I transform (if that is possible) the standard model, or maybe find a way out, cause' the chart of account is pretty big and I have it all in a well defined CSV.
    Thank you.
    Luciano Silva - Lima-Perú

    Luciano,
    The forum that you have posted your question in is for questions related to the SAP Business One integration for SAP NetWeaver.  You should post this type of question in the SAP Business One SDK Forum or the SAP Business One Discussion Forum as you may get a quicker response.
    Eddy

  • How can I use the "&" in a variable in a query?

    Hi all,
    I want to make a Query with the "&" char. But The query didn&acute;t work.
    Exemple:
    DECLARE
    v_count NUMBER;
    v_name VARCHAR2(50):= 'A&B Company' ;
    BEGIN
    SELECT COUNT (*)
    INTO v_count
    FROM company
    WHERE company.cp_name LIKE v_name;
    END;
    How can i transform the query?
    Thank You
    Edited by: user4794639 on 06.03.2009 04:47

    Hi,
    Welcome to the forum!
    Connected to Oracle Database 10g Enterprise Edition Release 10.2.0.1.0
    Connected as hr
    SQL> SELECT * FROM EMPLOYEES E WHERE E.EMPLOYEE_ID = 198;
    EMPLOYEE_ID FIRST_NAME           LAST_NAME                 EMAIL                     PHONE_NUMBER         HIRE_DATE   JOB_ID         SALARY COMMISSION_PCT MANAGER_ID DEPARTMENT_ID
            198 Donald               OConnell & you            DOCONNEL                  650.507.9833         6/21/1999   SH_CLERK       325.00                       124            50
    SQL>
    SQL> SET SERVEROUTPUT ON
    SQL> DECLARE
      2      v_count NUMBER;
      3      v_name  VARCHAR2(50) := 'OConnell \& you';
      4 
      5  BEGIN
      6      SELECT COUNT(*)
      7      INTO   v_count
      8      FROM   employees
      9      WHERE  employees.last_name LIKE v_name;
    10 
    11      dbms_output.put_line(v_count);
    12  END;
    13  /
    1
    PL/SQL procedure successfully completed
    SQL> Regards,

Maybe you are looking for

  • Deleting files that no longer exist.

    Maybe someone can help me. I know you've all seen when a music file no longer exists and it shows up in iTunes with the little . I just lost an external harddrive recently, requiring me to update all of my music libraries. WMP works fine in that I do

  • Origin Group as Value field in COPA - Is that Possible

    Hello Gurus, The business requirement is to see all the Origin Groups as Value fields in COPA - Is that Possible? If Yes, Please suggest me the steps to follow. Thanks a lot for your time. Regards, PM

  • Error in Sales Order savings Missing data: G/L Account Message no. VU019

    Hi Expert, I have error missing G/L A/C. Message no. VU019 How can I know which condition type has g/l act missing? By analysis tab all condition records are met. But how to identify which condition type is missing G/L account? I have checked thoroug

  • Empty Subject message

    I was wondering if you can change a setting to when you send an email with a blank subject it will not pop up a message telling you that your subject is blank.

  • Help with installing flash player 9

    alright i have done everything i can find on fixing this but nothing works the registry stuff doesn't do anything some times there is no registry files as the one specified in some post or the can be found or modified something like that and the debu