Hi,
I have a screen where user enters id,firstName ,lastName, DoB these all are strings.
i have a package it accepts xmltype 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 XMLType and pass to the package
db.parameters("P_parameters", Oracle.dataaccess.client.Dbtype.XMLType, ,, direction.pparameter.input) like this or anyother way.
i have pass all the user entered values as single parameter.........urgent please thanks