I have a screen where user enters id,firstName ,lastName, DoB these all are strings.

I have a package it accepts XML type in parameter like

create or replace procedure Search ( 
     P_parameters in As XMLType 
     P_data out As Varchar2.............. 

so I have to convert user entered values into XML and pass to the package

db.parameters("P_parameters", Oracle.dataaccess.client.Dbtype.XMLType, ,, direction.pparameter.input) 

like this or any other way.

I have to pass all the user entered values as single parameter.........urgent please thanks

link|improve this question
Do you know the expected XML schema? Do you have a DTD or XSD? – Jim Garrison Jun 8 '11 at 20:37
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown