Ver Mensaje Individual
  #2 (permalink)  
Antiguo 18/04/2008, 10:07
agjj677
 
Fecha de Ingreso: abril-2005
Mensajes: 3
Antigüedad: 19 años
Puntos: 0
Re: Leer Cursor devuelto por una función de Oracle en VB.NET

Prueba con:
Código:
myCMD.CommandText = "Select p_clientes.f_mostrar_clientes() from dual"
myCMD.CommandType = CommandType.Text