OracleCliente related to manage datatypes Long

  • Thread starter Thread starter Daniel
  • Start date Start date
D

Daniel

Hi, I'm looking for information about OracleCliente related to manage
datatypes Long in Oracle and manipulation of Long Types. I someone can give
some links it'll be great. Thanks.
 
Hi Daniel,

Can you be a bit more explicit?
Where do you want to manipulate data?
What is the Long type?
 
To my knowledge, Long datatypes (similar to Text in SQL Server) have been
deprecated by Oracle and you are not supposed to use them.
So my guess is that the provider does not support it.

Converting Long datatypes was a huge problem for me but I am glad we do not
have to deal with them anymore.
 
In my case we have in a table a column of type Long. It stores it stores the
data of pictures. The problem is that using OracleClient to access data son
chars in the string (string returned) are changed. Checking in PL/SQL those
char in the string are correct, so we supose could be a problem with the
accessing method used to access the data in our application with .net.
That's why I'm looking for. We can't change the column type.
 
Back
Top