[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.odbcnet

How to read LONG (memo) from Oracle

Teodorico Morell

5/6/2002 11:35:00 PM

Hi,
I'm trying to read memo fields (LONG) from an Oracle Database using the ODBC
provider.
I only get "??????" data but only the half of characters in the field, so I
supposed that it has something to do with UNICODE.
It works fine if I change the field from LONG to VARCHAR(n).


Thanks,


Teo



1 Answer

Teodorico Morell

5/7/2002 12:01:00 AM

0

I was using Oracle's own driver.
I switched to Microsoft Oracle Driver and now it works.

But any way, what happens if I have very, very long memo data. Is there any
way to read it by chunks. The datareader only has GetBytes().


Thanks,



Teo