I am working with Oracle as back end for VB.I have written stored procedure in which I am getting rowtype. I have rowtype(from Oracle) ie record set in VB . Iam trying to get that as out parameter in VB. I am not able to access to that out parametere in VB. How do I acces that. is there any
datatype in VB same as that of rowtype.