When someone on a mailing list gives you sample code you can't always
expect to be able to just copy and paste the code into your project and
expect it to work perfectly. Have you tried searching on Google at all?
What are some of the search terms you've been using?
If I were you, I would focus on
Title: RE: Re: DataAccess_ADO_Oracle_Cursor
I am afraid it is working only like this [:'(]
Public Shared Sub AddOutputParameter(ByVal command As IDbCommand, ByVal paramName As String, ByVal paramType As String)
Dim p As New OracleClient.OracleParameter(para
Title: Re: DataAccess_ADO_Oracle_Cursor
I am unable to find what is 'IsOutputCursor' :/
I am checking with only DBType.Object, if it works alone then I come back here soon.
I am worried, I have to write ORACLE Data Client (dotnet) code itself.
This article:
http://tinyurl.com/8qvsp
http://64.233.187.104/search?q=cache:aYimzXAypr0J:dotnetjunkies.net/WebLog/rtgurskevik/archive/2004/12/03/34843.aspx+DbType+cursor+oracle+ado.net&hl=en
has this comment:
"
// Need to pass as DbType.Object here since .Cursor type doesn't exist
as DbType.
//
Title: DataAccess_ADO_Oracle_Cursor
Hi again,
I am using IBATIS DataAccess dao infrastructure only not data-mapper.
Using Oracle. I am using ADO implementation. I want to retrieve multiple data i.e. cursor
And then get a dataset or else and then make a arraylist/ilist of the business entity
5 matches
Mail list logo