
April 3rd, 2012, 01:45 PM
|
|
|
Quote: | Originally Posted by mks7 From what I can tell it seems the data that I am getting from this variable, cvNotes=myCOM.Notes which is being pulled from oracle database is only getting the first 12 characters. |
This means nothing to me, I have no idea what mycom.notes object is.
You'll have to review all your code to determine the problem. The oracle db may have an incorrect column definition. Your oracle drivers may be the problem. Your object that holds the data may be loading incorrectly. Your code that generates the html may be chopping off data.
I don't use Oracle, something in the connection between your code and the oracle db is my guess, but that's really just a pure guess on my part.
|