MySQL Forums
Forum List  »  Stored Procedures

Re: returning varchar > 170 returns array in .Net
Posted by: Chagh
Date: September 17, 2005 06:18AM

i should have change the type of byte() to string in .Net via this code:

Dim byteArray() As Byte
byteArray() = myRow("Field").value ' this is the bit that has your byte array
Dim encoding As New System.Text.UTF7Encoding()
Dim s As String = encoding .GetString(byteArray)


Chagh

Options: ReplyQuote


Subject
Views
Written By
Posted
2540
September 06, 2005 04:10AM
Re: returning varchar > 170 returns array in .Net
1670
September 17, 2005 06:18AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.