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

Home -> Community -> Usenet -> c.d.o.misc -> Re: How to Read LONG/VARCHAR2(2000) from VB5

Re: How to Read LONG/VARCHAR2(2000) from VB5

From: Wayne Larimore <dwljr_at_ionet.net>
Date: 19 Oct 1998 14:01:10 GMT
Message-ID: <01bdfb69$66ad1940$2a27a8c0@computer>


I have found the solution to my previous post. I was declaring my recordset as dbOpenForwardOnly instead of dbOpenDynamic. The GetChunk/AppendChunk methods work with this minor, yet important change.

Wayne Larimore

Wayne Larimore <dwljr_at_ionet.net> wrote in article <01bdf6f9$180aea20$2a27a8c0_at_computer>...
> I am needing to read a LONG datatype from VB5. I am using Microsoft's
> Oracle Driver 1.0 and do not want to get into the complexity of using ADO
> (because of the installation setup wizard issues) or licensing and such
> with Oracle Objects. I have tested a column with a VARCHAR(2000) type
> thinking that it may work - but didn't. The GetChunk/AppendChunk methods
> don't seem to work with ODBCDirect with the MSOracle driver 1.0. HAS
> ANYBODY ATTEMPTED THIS BEFORE and succeeded? My last resort would be to
> create a seperate table with a column of about 100 byte length
(one-to-many
> relationship to the primary table). However, this would be a big hassle
in
> conversion and coding.
>
> Thanks in advance,
> wayne.larimore_at_alltel.com
>
Received on Mon Oct 19 1998 - 09:01:10 CDT

Original text of this message

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