Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Using vb to retrieve a result set from a stored procedure

Re: Using vb to retrieve a result set from a stored procedure

From: David Sisk <davesisk_at_ipass.net>
Date: Fri, 16 Oct 1998 23:45:52 GMT
Message-ID: <QUQV1.3098$yo1.60336838@news.ipass.net>


You can declare a read-only recordset as the results returned from a stored procedure if you are using Oracle Objects for OLE with VB. You can't do it using ODBC.

Good luck,
Dave

Hugh Pendry wrote in message <707lj8$13e$1_at_trinitech.demon.co.uk>...
>hi
>
>Any ideas how Visual Basic could retieve a result set from an oracle
>stored procedure or function
>
>i tried returning a ref cursor from a function but couldn't get vb to use
>this
>
>any ideas?
>
>hugh
>
>
Received on Fri Oct 16 1998 - 18:45:52 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US