Huge Strings in Oracle or Varchar2(4000)


Author
Message
LeRoy Jackson, Jr.
LeRoy Jackson, Jr.
StrataFrame Beginner (22 reputation)StrataFrame Beginner (22 reputation)StrataFrame Beginner (22 reputation)StrataFrame Beginner (22 reputation)StrataFrame Beginner (22 reputation)StrataFrame Beginner (22 reputation)StrataFrame Beginner (22 reputation)StrataFrame Beginner (22 reputation)StrataFrame Beginner (22 reputation)
Group: Forum Members
Posts: 14, Visits: 55
I am trying to bring a string down that is in a field that is Varchar2(4000).

In the BO Mappper, I think the only thing that the type can be is a string.

<Browsable(False), _

BusinessFieldDisplayInEditor(), _

Description("CSIGSTRING"), _

DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)> _

Public Property [CSIGSTRING]() As System.String

Get

Return CType(Me.CurrentRow.Item("CSIGSTRING"), System.String) ' Errors out here'

End Get

Set(ByVal value As System.String)

Me.CurrentRow.Item("CSIGSTRING") = value

End Set

End Property

I know this is a huge string but it is the value of a signature.

What can I do to make this work

Thanks in advance

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
LeRoy Jackson, Jr. - 19 Years Ago
Trent L. Taylor - 19 Years Ago
             Here is the execption [codesnippet]...
LeRoy Jackson, Jr. - 19 Years Ago
Trent L. Taylor - 19 Years Ago
LeRoy Jackson, Jr. - 19 Years Ago
                         I would have to setup an Oracle test, but at first glance, it looks...
Trent L. Taylor - 19 Years Ago
                             Ok There is more than one way to skin a cat :-) It was my Sytax with...
LeRoy Jackson, Jr. - 19 Years Ago
                                 I am glad you got going.
Trent L. Taylor - 19 Years Ago

Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search